projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6339653
)
submitted-missing-etc-hosts
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Wed, 5 Dec 2018 18:50:21 +0000
(18:50 +0000)
committer
Aurelien Jarno
<aurel32@debian.org>
Wed, 5 Dec 2018 18:50:21 +0000
(18:50 +0000)
Gbp-Pq: Topic any
Gbp-Pq: Name submitted-missing-etc-hosts.diff
nss/nss_files/files-hosts.c
patch
|
blob
|
history
diff --git
a/nss/nss_files/files-hosts.c
b/nss/nss_files/files-hosts.c
index 87c0af8cfe8d89948d19cfb7707745d5e71b5906..90ba9d4f26fd905b7d2d5c064b18cf8dac4b74c7 100644
(file)
--- a/
nss/nss_files/files-hosts.c
+++ b/
nss/nss_files/files-hosts.c
@@
-499,7
+499,7
@@
_nss_files_gethostbyname4_r (const char *name, struct gaih_addrtuple **pat,
else
{
*errnop = errno;
- *herrnop =
NO_DATA
;
+ *herrnop =
HOST_NOT_FOUND
;
}
return status;