mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Do connections_init() sooner
This commit is contained in:
parent
7db4c6dabc
commit
b6b3461cf9
@ -2620,7 +2620,6 @@ slapd_daemon( void )
|
||||
{
|
||||
int rc;
|
||||
|
||||
connections_init();
|
||||
#ifdef LDAP_CONNECTIONLESS
|
||||
connectionless_init();
|
||||
#endif /* LDAP_CONNECTIONLESS */
|
||||
|
@ -929,6 +929,8 @@ unhandled_option:;
|
||||
*/
|
||||
time( &starttime );
|
||||
|
||||
connections_init();
|
||||
|
||||
if ( slap_startup( NULL ) != 0 ) {
|
||||
rc = 1;
|
||||
SERVICE_EXIT( ERROR_SERVICE_SPECIFIC_ERROR, 21 );
|
||||
|
Loading…
Reference in New Issue
Block a user