mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
SLAPI no longer needs to be initialized here
This commit is contained in:
parent
b1f478f161
commit
381a4d62c5
1 changed files with 0 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue