Minor fixes to complete backout of initialization/startup changes.

This commit is contained in:
Kurt Zeilenga 1999-02-04 17:45:59 +00:00
parent 463b64a94c
commit 6b05425d0f
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;