mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
We should just be able to call backend_retry
This commit is contained in:
parent
f87127dfa2
commit
b4d7e8af8d
1 changed files with 1 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue