Package: glibc / 2.41-10

any/submitted-missing-etc-hosts.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
 nss/nss_files/files-hosts.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/nss/nss_files/files-hosts.c
+++ b/nss/nss_files/files-hosts.c
@@ -479,7 +479,7 @@
   else
     {
       *errnop = errno;
-      *herrnop = NO_DATA;
+      *herrnop = HOST_NOT_FOUND;
     }
 
   return status;