SLAPI no longer needs to be initialized here

This commit is contained in:
Luke Howard 2005-08-01 15:25:17 +00:00
parent b1f478f161
commit 381a4d62c5

View file

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