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
cfaceae8
Commit
cfaceae8
authored
Nov 17, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6372
parent
857ccc01
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
cfaceae8
...
...
@@ -8,9 +8,10 @@ OpenLDAP 2.4.20 Engineering
Fixed libldap uninitialized return value (ITS#6355)
Fixed liblutil constant (ITS#5909)
Added slapd handling of hex server IDs (ITS#6297)
Fixed slapd inclusion of ac/unistd.h (ITS#6342)
Fixed slapd configArgs initialization (ITS#6363)
Fixed slapd debug handling of LDAP_DEBUG_ANY (ITS#6324)
Fixed slapd inclusion of ac/unistd.h (ITS#6342)
Fixed slapd lockup on shutdown (ITS#6372)
Fixed slapd termination for one level DNs (ITS#6338)
Fixed slapd unused parameter (ITS#6356)
Fixed slapd-bdb/hdb cache corruption (ITS#6341)
...
...
servers/slapd/daemon.c
View file @
cfaceae8
...
...
@@ -1620,6 +1620,7 @@ slapd_daemon_init( const char *urls )
"daemon: lutil_pair() failed rc=%d
\n
"
,
rc
,
0
,
0
);
return
rc
;
}
ber_pvt_socket_set_nonblock
(
wake_sds
[
1
],
1
);
SLAP_SOCK_INIT
;
...
...
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