diff options
-rw-r--r-- | nss/hosts.c | 2 | ||||
-rw-r--r-- | nss/networks.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nss/hosts.c b/nss/hosts.c index eda739b..acbdb1e 100644 --- a/nss/hosts.c +++ b/nss/hosts.c @@ -52,7 +52,7 @@ #undef ERROR_OUT_BUFERROR #define ERROR_OUT_BUFERROR(fp) \ *errnop = ERANGE; \ - *h_errnop = TRY_AGAIN; \ + *h_errnop = NETDB_INTERNAL; \ return NSS_STATUS_TRYAGAIN; #undef ERROR_OUT_WRITEERROR diff --git a/nss/networks.c b/nss/networks.c index b18d5ca..3ffea52 100644 --- a/nss/networks.c +++ b/nss/networks.c @@ -52,7 +52,7 @@ #undef ERROR_OUT_BUFERROR #define ERROR_OUT_BUFERROR(fp) \ *errnop = ERANGE; \ - *h_errnop = TRY_AGAIN; \ + *h_errnop = NETDB_INTERNAL; \ return NSS_STATUS_TRYAGAIN; #undef ERROR_OUT_WRITEERROR |