projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89bf796
)
submitted-missing-etc-hosts
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Sat, 1 Jun 2024 21:16:35 +0000
(23:16 +0200)
committer
Aurelien Jarno
<aurel32@debian.org>
Sat, 1 Jun 2024 21:16:35 +0000
(23:16 +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 035b7b938fb13aa7c8677a18d5d007fdc17d5ec5..e316389202914d7e8e1dbb237cbbae5753b11bf8 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;