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
b4d7e8af
Commit
b4d7e8af
authored
Nov 22, 2017
by
Ondřej Kuzník
Committed by
Ondřej Kuzník
Nov 17, 2020
Browse files
We should just be able to call backend_retry
parent
f87127df
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/lloadd/daemon.c
View file @
b4d7e8af
...
...
@@ -1289,14 +1289,8 @@ slapd_daemon( struct event_base *daemon_base )
return
-
1
;
}
b
->
b_retry_event
=
retry_event
;
b
->
b_opening
++
;
rc
=
ldap_pvt_thread_pool_submit
(
&
connection_pool
,
backend_connect_task
,
b
);
if
(
rc
)
{
Debug
(
LDAP_DEBUG_ANY
,
"failed to schedule backend connection task (%d)
\n
"
,
rc
);
return
rc
;
}
backend_retry
(
b
);
}
lloadd_inited
=
1
;
...
...
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