]> git.sur5r.net Git - openldap/commitdiff
SLAPI no longer needs to be initialized here
authorLuke Howard <lukeh@openldap.org>
Mon, 1 Aug 2005 15:25:17 +0000 (15:25 +0000)
committerLuke Howard <lukeh@openldap.org>
Mon, 1 Aug 2005 15:25:17 +0000 (15:25 +0000)
servers/slapd/main.c

index e3b0560f1c01b360c6b7347ff80fbaea05dc6e01..a6ccd6f1509c78ee752eb7bb4d93d531f8aefc67 100644 (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;
        }