mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Minor fixes to complete backout of initialization/startup changes.
This commit is contained in:
parent
463b64a94c
commit
6b05425d0f
2 changed files with 2 additions and 2 deletions
|
|
@ -399,7 +399,7 @@ slapd_daemon(
|
|||
Debug( LDAP_DEBUG_TRACE,
|
||||
"slapd shutdown: shutdown backends.\n",
|
||||
0, 0, 0 );
|
||||
be_shutdown();
|
||||
/* be_shutdown(); */
|
||||
Debug( LDAP_DEBUG_ANY, "slapd: stopped\n", 0, 0, 0 );
|
||||
|
||||
return NULL;
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ main( int argc, char **argv )
|
|||
#endif
|
||||
|
||||
init();
|
||||
read_config_env( configfile, &be, fp, 1 );
|
||||
read_config( configfile, &be, fp );
|
||||
|
||||
if ( ! inetd ) {
|
||||
int status;
|
||||
|
|
|
|||
Loading…
Reference in a new issue