From: probe Date: Sun, 21 Feb 1993 23:08:09 +0000 (+0000) Subject: Set the quota (remaining) X-Git-Tag: release77~217 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/35f22231148200e717711edbcd16badb56ba4902 Set the quota (remaining) --- diff --git a/afssync/pt_util.c b/afssync/pt_util.c index 961a9321..c9033c2a 100644 --- a/afssync/pt_util.c +++ b/afssync/pt_util.c @@ -253,6 +253,7 @@ char **argv; code = pr_ReadEntry(0,0,gpos,&gentry); if (!code) { gentry.flags = flags; + gentry.ngroups = quota; code = pr_WriteEntry(0,0,gpos,&gentry); } if (code)