Skip to content
Snippets Groups Projects
Commit a1fcdd32 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#5939

parent 7fccfa22
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ OpenLDAP 2.4.14 Engineering
Fixed slapd-ldif deadlock (ITS#5329)
Fixed slapd-meta double response sending (ITS#5854)
Fixed slapd-meta alias deref for retry (ITS#5889)
Fixed slapd-sock descriptor leak (ITS#5939)
Fixed slapo-accesslog on glued dbs (ITS#5907)
Fixed slapo-dynlist handling of flags (ITS#5898)
Fixed slapo-memberof multiple instantiation (ITS#5903)
......
......@@ -57,6 +57,7 @@ opensock(
if ( connect( fd, (struct sockaddr *)&sockun, sizeof(sockun) ) < 0 ) {
Debug( LDAP_DEBUG_ANY, "socket connect(%s) failed\n",
sockpath ? sockpath : "<null>", 0, 0 );
close( fd );
return( NULL );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment