From 644f2f232d8b2fa514752d9e88cca221ff10d381 Mon Sep 17 00:00:00 2001 From: mar Date: Wed, 12 Jul 1989 12:15:23 +0000 Subject: [PATCH] April 29, 1989 change to increase the buffer size that grplists are accumulated in --- gen/hesiod.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.45.1