From 71c18d7fb83b0836a3f073f93f2bb20de28a3397 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Mon, 11 Apr 2005 15:49:57 +0000 Subject: [PATCH] Missing connection unbind 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 | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.47.2