mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Minor fixes to complete backout of initialization/startup changes.
This commit is contained in:
parent
463b64a94c
commit
6b05425d0f
@ -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 New Issue
Block a user