diff options
Diffstat (limited to 'nscd/nscd_gethst_r.c')
-rw-r--r-- | nscd/nscd_gethst_r.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nscd/nscd_gethst_r.c b/nscd/nscd_gethst_r.c index 46f1611c63..961f69538a 100644 --- a/nscd/nscd_gethst_r.c +++ b/nscd/nscd_gethst_r.c @@ -299,6 +299,8 @@ nscd_gethst_r (const char *key, size_t keylen, request_type type, *h_errnop = hst_resp.error; __close (sock); + /* The `errno' to some value != ERANGE. */ + __set_errno (ENOENT); return -1; } } |