projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a99f3dd
)
submitted-missing-etc-hosts
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Thu, 17 Jul 2025 11:21:32 +0000
(13:21 +0200)
committer
Aurelien Jarno
<aurel32@debian.org>
Thu, 17 Jul 2025 11:21:32 +0000
(13:21 +0200)
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 d8987c723a5bc92e8a3f53f3a61ecc545118e04b..82f14049381f57bc0a00cd83d22c7877ebc63714 100644
(file)
--- a/
nss/nss_files/files-hosts.c
+++ b/
nss/nss_files/files-hosts.c
@@
-493,7
+493,7
@@
_nss_files_gethostbyname4_r (const char *name, struct gaih_addrtuple **pat,
else
{
*errnop = errno;
- *herrnop =
NO_DATA
;
+ *herrnop =
HOST_NOT_FOUND
;
}
return status;