From: Ulrich Drepper Date: Fri, 4 Jun 2004 18:29:42 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~10904 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29762ba617ffcb44c583226fd19681e246fd074e;p=platform%2Fupstream%2Flinaro-glibc.git Update. 2004-06-04 Ulrich Drepper * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts in all places, not __nss_not_use_nscd_group. Reported by Philippe Gregoire. --- diff --git a/ChangeLog b/ChangeLog index 1fd3646..3147145 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-04 Ulrich Drepper + + * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts + in all places, not __nss_not_use_nscd_group. + Reported by Philippe Gregoire. + 2004-06-03 Ulrich Drepper * sysdeps/i386/i486/bits/atomic.h: Optimize a bit. diff --git a/nscd/nscd_gethst_r.c b/nscd/nscd_gethst_r.c index 438217b..8a498b6 100644 --- a/nscd/nscd_gethst_r.c +++ b/nscd/nscd_gethst_r.c @@ -131,7 +131,7 @@ nscd_gethst_r (const char *key, size_t keylen, request_type type, if (sock == -1) { - __nss_not_use_nscd_group = 1; + __nss_not_use_nscd_hosts = 1; return -1; }