From 381a4d62c5697901cf1aba98ef3db2683b93c7fb Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 1 Aug 2005 15:25:17 +0000 Subject: [PATCH] SLAPI no longer needs to be initialized here --- servers/slapd/main.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/servers/slapd/main.c b/servers/slapd/main.c index e3b0560f1c..a6ccd6f150 100644 --- a/servers/slapd/main.c +++ b/servers/slapd/main.c @@ -609,16 +609,6 @@ unhandled_option:; (void) ldap_pvt_tls_set_option( NULL, LDAP_OPT_X_TLS_REQUIRE_CERT, &rc ); #endif -#ifdef LDAP_SLAPI - if ( slapi_int_initialize() != 0 ) { - Debug( LDAP_DEBUG_ANY, - "slapi initialization error\n", - 0, 0, 0 ); - - goto destroy; - } -#endif /* LDAP_SLAPI */ - if ( frontend_init() ) { goto destroy; } -- 2.39.5