From: Bradley Nicholes Date: Mon, 11 Apr 2005 15:49:57 +0000 (+0000) Subject: Missing connection unbind X-Git-Tag: 2.0.54~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c18d7fb83b0836a3f073f93f2bb20de28a3397;p=thirdparty%2Fapache%2Fhttpd.git Missing connection unbind git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@160911 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/util_ldap.c b/modules/experimental/util_ldap.c index d7c437b7078..6c76f69517a 100644 --- a/modules/experimental/util_ldap.c +++ b/modules/experimental/util_ldap.c @@ -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; }