diff options
| author | Jonathan Chen <jon@FreeBSD.org> | 2005-07-22 22:11:13 +0000 |
|---|---|---|
| committer | Jonathan Chen <jon@FreeBSD.org> | 2005-07-22 22:11:13 +0000 |
| commit | 17511c8cd73b13f8d2deaca826041dc84319e613 (patch) | |
| tree | da8b1a8697523bbe69003a7db2771a71cd744928 /lib/libc | |
| parent | bb824b7b7bb13feba2a8d0887322f68c6b3d3eb3 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/getnetgrent.c | 1 |
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 |
