From: Nathaniel Wesley Filardo Date: Sat, 25 Oct 2014 23:48:36 +0000 (-0400) Subject: Remove duplicate CREATE_SGUID_ADMIN_ONLY define X-Git-Tag: upstream/1.8.0_pre1^2~529 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=616d19a2ebedf62e47a30c3357b3596aa234e011;p=packages%2Fo%2Fopenafs.git Remove duplicate CREATE_SGUID_ADMIN_ONLY define A trivial omission from 30433f36a953187f27b5db9fb432f3b7dce91e6b Change-Id: If85ebd73a68c6226077b690243a94c2e40f88149 Reviewed-on: http://gerrit.openafs.org/11556 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 3d1d50434..b05ff1aca 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -1766,7 +1766,6 @@ Update_TargetVnodeStatus(Vnode * targetptr, afs_uint32 Caller, } if (InStatus->Mask & AFS_SETMODE) { int modebits = InStatus->UnixModeBits; -#define CREATE_SGUID_ADMIN_ONLY 1 #ifdef CREATE_SGUID_ADMIN_ONLY if (!remote && VanillaUser(client)) modebits = modebits & 0777;