Comment 18 for bug 356861

Revision history for this message
Evan Broder (broder) wrote :

Hmm...didn't quite get the indentation on that last one. Should have looked more like this (hopefully?):
--- openafs-1.4.1.orig/src/afs/afs_cell.c
+++ openafs-1.4.1/src/afs/afs_cell.c
@@ -708,8 +708,7 @@
        tc->vlport = AFS_VLPORT;
        RWLOCK_INIT(&tc->lock, "cell lock");
        newc = 1;
- if (afs_thiscell && !strcmp(acellName, afs_thiscell))
- aflags &= ~CNoSUID;
+ aflags |= CNoSUID;
     }
     ObtainWriteLock(&tc->lock, 688);

Anyway, here's the debdiff for the version that should get synced from Debian. Do you want a version of the patch with an Ubuntu-style version number and LP closers?