This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nscd/202] nss always tries to connect to nscd daemon for host name resolution


------- Additional Comments From Philippe dot Gregoire at cea dot fr  2004-06-03 09:00 -------
Proposed patch:
--- nscd/nscd_gethst_r.c        2003-01-15 10:51:12.000000000 +0000
+++ /tmp/nscd/nscd_gethst_r.c   2004-06-03 08:49:37.000000000 +0000
@@ -127,7 +127,7 @@
 
   if (sock == -1)
     {
-      __nss_not_use_nscd_group = 1;
+      __nss_not_use_nscd_hosts = 1;
       return -1;
     }


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=202

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]