summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Chen <jon@FreeBSD.org>2004-04-21 21:15:08 +0000
committerJonathan Chen <jon@FreeBSD.org>2004-04-21 21:15:08 +0000
commitdbb4b1c83d511fe29dfba3973c43c4498f867d76 (patch)
tree2e4348aae3ca750d9a765f32f908f6f72104f921
parentf0c8cb00222e4ae034cd9901611004a0bf7bcf3b (diff)
Notes
-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 d0e4bf3fb025..96aee2e3741b 100644
--- a/lib/libc/gen/getpwent.c
+++ b/lib/libc/gen/getpwent.c
@@ -1136,6 +1136,7 @@ fin:
pwd->pw_fields |= _PWF_NIS;
if (retval != NULL)
*(struct passwd **)retval = pwd;
+ rv = NS_SUCCESS;
}
return (rv);
erange: