diff options
-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 9263002..c2833de 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); } |