From: mar Date: Wed, 12 Jul 1989 12:15:23 +0000 (+0000) Subject: April 29, 1989 change to increase the buffer size that grplists are X-Git-Tag: PATCH5~14 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/644f2f232d8b2fa514752d9e88cca221ff10d381 April 29, 1989 change to increase the buffer size that grplists are accumulated in --- diff --git a/gen/hesiod.qc b/gen/hesiod.qc index f8347dd6..7b0208c8 100644 --- a/gen/hesiod.qc +++ b/gen/hesiod.qc @@ -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;