diff options
| author | Jonathan Chen <jon@FreeBSD.org> | 2004-04-21 21:15:08 +0000 |
|---|---|---|
| committer | Jonathan Chen <jon@FreeBSD.org> | 2004-04-21 21:15:08 +0000 |
| commit | dbb4b1c83d511fe29dfba3973c43c4498f867d76 (patch) | |
| tree | 2e4348aae3ca750d9a765f32f908f6f72104f921 /lib/libc | |
| parent | f0c8cb00222e4ae034cd9901611004a0bf7bcf3b (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 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: |
