mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix for LDAP_SLAPI not def'd
This commit is contained in:
parent
e212e59e28
commit
5e7655d68d
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user