Fix for LDAP_SLAPI not def'd

This commit is contained in:
Howard Chu 2003-01-31 18:46:17 +00:00
parent e212e59e28
commit 5e7655d68d

View File

@ -470,11 +470,13 @@ do_add( Connection *conn, Operation *op )
#endif /* SLAPD_MULTIMASTER */
}
} else {
#ifdef LDAP_SLAPI
rc = doPreAddPluginFNs( be, pb );
if ( rc != LDAP_SUCCESS ) {
/* plugin will have sent result */
goto done;
}
#endif
#ifdef NEW_LOGGING
LDAP_LOG( OPERATION, INFO,
"do_add: conn %d no backend support\n", conn->c_connid, 0, 0 );