Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
95b8abe9
Commit
95b8abe9
authored
Jan 21, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5855
parent
9156897b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
95b8abe9
...
...
@@ -13,6 +13,7 @@ OpenLDAP 2.4.14 Engineering
Fixed slapd syncrepl rename handling (ITS#5809)
Fixed slapd syncrepl MMR when adding new server (ITS#5850)
Fixed slapd syncrepl replication with glued DB (ITS#5866)
Fixed slapd wake_sds close on Windows (ITS#5855)
Fixed slapd-bdb/hdb RFC4528 control support (ITS#5861)
Fixed slapd-ldap idassert-bind validity checking (ITS#5863)
Fixed slapd-ldif numerous bugs (ITS#5408)
...
...
servers/slapd/daemon.c
View file @
95b8abe9
...
...
@@ -1646,7 +1646,7 @@ slapd_daemon_destroy( void )
{
connections_destroy
();
#ifdef HAVE_WINSOCK
if
(
wake_sds
[
1
]
!=
INVALID_SOCKET
)
if
(
wake_sds
[
1
]
!=
INVALID_SOCKET
&&
wake_sds
[
1
]
!=
wake_sds
[
0
]
)
#endif
/* HAVE_WINSOCK */
tcp_close
(
SLAP_FD2SOCK
(
wake_sds
[
1
])
);
#ifdef HAVE_WINSOCK
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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