]> andersk Git - moira.git/commitdiff
April 29, 1989 change to increase the buffer size that grplists are
authormar <mar>
Wed, 12 Jul 1989 12:15:23 +0000 (12:15 +0000)
committermar <mar>
Wed, 12 Jul 1989 12:15:23 +0000 (12:15 +0000)
accumulated in

gen/hesiod.qc

index f8347dd69e09e60841b0276c53dbbcd850d36779..7b0208c88c2b792fd415bf7b8a80a4d49089d258 100644 (file)
@@ -224,7 +224,7 @@ do_passwd()
 do_groups()
 ##{
     FILE *iout, *gout, *lout;
-    char ioutf[64], goutf[64], loutf[64], buf[512], *l;
+    char ioutf[64], goutf[64], loutf[64], buf[2048], *l;
     struct hash *groups;
     register struct bucket *b, **p;
     struct grp *g;
This page took 0.043692 seconds and 5 git commands to generate.