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
92f3cc3f
Commit
92f3cc3f
authored
Jul 22, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6203
parent
6be7bb35
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
92f3cc3f
...
...
@@ -2,6 +2,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.18 Engineering
Fixed slapd incorrectly applying writetimeout when not set (ITS#6220)
Fixed slapd-ndb startup (ITS#6203)
OpenLDAP 2.4.17 Release (2009/07/13)
Fixed liblber to use ber_strnlen (ITS#6080)
...
...
servers/slapd/back-ndb/init.cpp
View file @
92f3cc3f
...
...
@@ -130,7 +130,7 @@ ndb_db_open( BackendDB *be, ConfigReply *cr )
}
}
for
(
i
=
0
;
i
<
ni
->
ni_nconns
;
i
++
)
{
rc
=
ni
->
ni_cluster
[
i
]
->
wait_until_ready
(
30
,
0
);
rc
=
ni
->
ni_cluster
[
i
]
->
wait_until_ready
(
30
,
3
0
);
if
(
rc
)
{
snprintf
(
cr
->
msg
,
sizeof
(
cr
->
msg
),
"ndb_db_open: ni_cluster[%d]->wait failed (%d)"
,
...
...
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