mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Enable SLAPI pre-entry plugins (we really need to move SLAPI into an
overlay...)
This commit is contained in:
parent
1b11741a30
commit
8d600eca08
1 changed files with 2 additions and 1 deletions
|
|
@ -767,9 +767,10 @@ slap_send_search_entry( Operation *op, SlapReply *rs )
|
|||
|
||||
attrsonly = op->ors_attrsonly;
|
||||
|
||||
#ifdef notdef
|
||||
#ifdef LDAP_SLAPI
|
||||
rc = call_pre_entry_plugins( op, rs, &attrsonly );
|
||||
if ( rc < 0 ) {
|
||||
rc = 0;
|
||||
goto error_return;
|
||||
}
|
||||
#endif /* LDAP_SLAPI */
|
||||
|
|
|
|||
Loading…
Reference in a new issue