]> andersk Git - moira.git/commitdiff
New version from "afsdev" (fixes cross-cell quota bug)
authorprobe <probe>
Sun, 7 Jun 1992 13:26:17 +0000 (13:26 +0000)
committerprobe <probe>
Sun, 7 Jun 1992 13:26:17 +0000 (13:26 +0000)
afssync/ptutils.c

index 9138077d71940a1caf833a1223a94c2dcab53256..cc413a8febe2a8f6fc78654d49e00be1416b29b9 100644 (file)
@@ -299,7 +299,7 @@ long CreateEntry (at, aname, aid, idflag, flag, oid, creator)
                }
 
                centry.ngroups = htonl(ntohl(centry.ngroups) - 1);
-               if ( centry.ngroups < 0)
+               if (ntohl(centry.ngroups) < 0)
                    if (!pr_noAuth) return PRNOMORE;
                
 #if !ADD_TO_AUTHUSER_GROUP
This page took 0.039983 seconds and 5 git commands to generate.