mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Do connections_init() sooner
This commit is contained in:
parent
7db4c6dabc
commit
b6b3461cf9
2 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue