diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-09-06 08:04:43 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-09-06 08:04:43 +0000 |
| commit | ecab1f682479e3dcbfae05aedf29a9adac47afad (patch) | |
| tree | 4639422bdf592740608afaab4d46fcb36a4facc0 | |
| parent | 145eecf84552808754e1cfe1fe77025004e59c07 (diff) | |
Notes
| -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); } |
