mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
2004-06-04 Ulrich Drepper <drepper@redhat.com> * 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.
This commit is contained in:
parent
75fcceded2
commit
29762ba617
@ -1,3 +1,9 @@
|
||||
2004-06-04 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* 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 <drepper@redhat.com>
|
||||
|
||||
* sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user