summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1999-09-06 08:09:49 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1999-09-06 08:09:49 +0000
commitfdf472624cdf915e51a490227911b8b0fbc48924 (patch)
treefa6b68b1b931418595878f37a9677fa0cca70b87 /lib
parent6e9218cc69805567d86e25545412ca7ffc6ec727 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getpwent.c1
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);
}