]> andersk Git - moira.git/commitdiff
Backed out "special" features here (no longer needed)
authorprobe <probe>
Sun, 5 Jul 1992 13:03:50 +0000 (13:03 +0000)
committerprobe <probe>
Sun, 5 Jul 1992 13:03:50 +0000 (13:03 +0000)
Sync'd with version from afsdev (7/5/92)

afssync/utils.c

index a56a57eea48668452d1b42bc9149cc7fc574355d..33c472ccb4e6a5780d3866e9ace451a0f190ce7d 100644 (file)
@@ -766,9 +766,6 @@ long gid;
     long i;
     long loc;
 
-    /* special case sysadmin */
-    if (gid==SYSADMINID && aid==SYSADMINID) return 1;
-    
     /* special case anyuser and authuser */
     if (gid == ANYUSERID) return 1;
     if (gid == AUTHUSERID && aid != ANONYMOUSID) return 1;
This page took 0.266952 seconds and 5 git commands to generate.