From 9d08cc9804c96ab96d9f6885e615deef750891c7 Mon Sep 17 00:00:00 2001 From: probe Date: Sun, 7 Jun 1992 13:26:17 +0000 Subject: [PATCH] New version from "afsdev" (fixes cross-cell quota bug) --- afssync/ptutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afssync/ptutils.c b/afssync/ptutils.c index 9138077d..cc413a8f 100644 --- a/afssync/ptutils.c +++ b/afssync/ptutils.c @@ -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 -- 2.45.2