]> andersk Git - moira.git/blobdiff - afssync/utils.c
Punt restriction against apostrophes in strings: the new server
[moira.git] / 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.038616 seconds and 4 git commands to generate.