mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix for LDAP_SLAPI not def'd
This commit is contained in:
parent
e212e59e28
commit
5e7655d68d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue