diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/nscd/nscd_switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/nscd/nscd_switch.c b/usr/src/cmd/nscd/nscd_switch.c index 8fbc067c4f..22632003dd 100644 --- a/usr/src/cmd/nscd/nscd_switch.c +++ b/usr/src/cmd/nscd/nscd_switch.c @@ -1188,7 +1188,7 @@ nss_getent_u(nss_db_root_t *rootp, nss_db_initf_t initf, * for the last source. We exhausted all sources. */ nss_endent_u(rootp, initf, contextpp); - return (NSS_SUCCESS); + return (NSS_NOTFOUND); } contextp->n_src = n_src; contextp->be = be; |