projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a885ff
)
submitted-missing-etc-hosts
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Sun, 10 Jul 2022 20:29:34 +0000
(21:29 +0100)
committer
Aurelien Jarno
<aurel32@debian.org>
Sun, 10 Jul 2022 20:29:34 +0000
(21:29 +0100)
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 2b47ec3e53d593475c6da8f4029f0dd0dd0bbd39..dcfed54296f8c2b1ebabbed31017fad499ad609f 100644
(file)
--- a/
nss/nss_files/files-hosts.c
+++ b/
nss/nss_files/files-hosts.c
@@
-485,7
+485,7
@@
_nss_files_gethostbyname4_r (const char *name, struct gaih_addrtuple **pat,
else
{
*errnop = errno;
- *herrnop =
NO_DATA
;
+ *herrnop =
HOST_NOT_FOUND
;
}
return status;