diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-09-06 08:09:49 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-09-06 08:09:49 +0000 |
| commit | fdf472624cdf915e51a490227911b8b0fbc48924 (patch) | |
| tree | fa6b68b1b931418595878f37a9677fa0cca70b87 /lib/libc | |
| parent | 6e9218cc69805567d86e25545412ca7ffc6ec727 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/getpwent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index 926300264bd5..c2833dec1c6e 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -427,6 +427,7 @@ grpagain: } else { endgrent(); latch = 0; + _pw_stepping_yp = 0; gr = NULL; return(0); } |
