projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9166b57
)
submitted-missing-etc-hosts
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Sat, 23 Nov 2024 13:57:03 +0000
(14:57 +0100)
committer
Aurelien Jarno
<aurel32@debian.org>
Sat, 23 Nov 2024 13:57:03 +0000
(14:57 +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 7094adf5ee5ed0cccaeb09fd201f9ba9948d301b..de56d56f0a5c9710b9fab2a1f59b8b03c3688fa5 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;