Commit f7fa5037 authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Missing connection unbind

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@160911 13f79535-47bb-0310-9956-ffa450edef68
parent 00d909d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }