Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > media > main-src > by-pkgid > f2c9a24e570f82c24fd7074143d03478 > files > 26

nss_ldap-253-42.el5.src.rpm

Index: nss_ldap-246/ldap-nss.c
===================================================================
--- nss_ldap-246.orig/ldap-nss.c
+++ nss_ldap-246/ldap-nss.c
@@ -2250,6 +2250,10 @@ do_result (ent_context_t * ctx, int all)
   struct timeval tv, *tvp;
 
   debug ("==> do_result");
+  if (__session.ls_state != LS_CONNECTED_TO_DSA)
+    {
+      return NSS_UNAVAIL;
+    }
 
   if (__session.ls_config->ldc_timelimit == LDAP_NO_LIMIT)
     {