This commit is contained in:
Luke Howard 2006-01-08 14:11:29 +00:00
parent e60724422b
commit 90a6c71d32

View File

@ -881,7 +881,8 @@ int slapi_over_config( BackendDB *be )
ldap_pvt_thread_mutex_init( &slapi_time_mutex );
ldap_pvt_thread_mutex_init( &slapi_printmessage_mutex );
slapi_log_file = slapi_ch_strdup( LDAP_RUNDIR LDAP_DIRSEP "errors" );
if ( slapi_log_file == NULL )
slapi_log_file = slapi_ch_strdup( LDAP_RUNDIR LDAP_DIRSEP "errors" );
rc = slapi_int_init_object_extensions();
if ( rc != 0 )