]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/main.c
Cleanup SLAPI namespace
[openldap] / servers / slapd / main.c
index d656dec7d1dd45a601a27d59b36ed4357272a815..2879523351dabdf531c14d2dc569d0e4e2f5fedb 100644 (file)
@@ -474,7 +474,7 @@ int main( int argc, char **argv )
 #endif
 
 #ifdef LDAP_SLAPI
-       if ( slapi_init() != 0 ) {
+       if ( slapi_int_initialize() != 0 ) {
 #ifdef NEW_LOGGING
                LDAP_LOG( OPERATION, CRIT, "main: slapi initialization error\n", 0, 0, 0 );
 #else