Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
a1fcdd32
Commit
a1fcdd32
authored
Feb 11, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5939
parent
7fccfa22
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
a1fcdd32
...
...
@@ -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)
...
...
servers/slapd/back-sock/opensock.c
View file @
a1fcdd32
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment