Enable SLAPI pre-entry plugins (we really need to move SLAPI into an

overlay...)
This commit is contained in:
Luke Howard 2005-07-21 04:01:54 +00:00
parent 1b11741a30
commit 8d600eca08

View file

@ -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 */