]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Missing connection unbind
authorBradley Nicholes <bnicholes@apache.org>
Mon, 11 Apr 2005 15:49:57 +0000 (15:49 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 11 Apr 2005 15:49:57 +0000 (15:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@160911 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/util_ldap.c

index d7c437b7078c87807212bbca66900ebdf000fc64..6c76f69517a097a59c178f4a90b1042df9713cc4 100644 (file)
@@ -1055,6 +1055,7 @@ start_over:
                                    const_cast(filter), attrs, 0, 
                                    NULL, NULL, NULL, -1, &res)) == LDAP_SERVER_DOWN) {
         ldc->reason = "ldap_search_ext_s() for user failed with server down";
+        util_ldap_connection_unbind(ldc);
         goto start_over;
     }