summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJonathan Chen <jon@FreeBSD.org>2005-07-22 22:11:13 +0000
committerJonathan Chen <jon@FreeBSD.org>2005-07-22 22:11:13 +0000
commit17511c8cd73b13f8d2deaca826041dc84319e613 (patch)
treeda8b1a8697523bbe69003a7db2771a71cd744928 /lib/libc
parentbb824b7b7bb13feba2a8d0887322f68c6b3d3eb3 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getnetgrent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/getnetgrent.c b/lib/libc/gen/getnetgrent.c
index 04e2e882b515..25ec5214a701 100644
--- a/lib/libc/gen/getnetgrent.c
+++ b/lib/libc/gen/getnetgrent.c
@@ -273,6 +273,7 @@ endnetgrent(void)
free((char *)ogp);
}
grouphead.gr = (struct netgrp *)0;
+ nextgrp = (struct netgrp *)0;
#ifdef YP
_netgr_yp_enabled = 0;
#endif