From: Luke Howard Date: Thu, 21 Jul 2005 04:01:54 +0000 (+0000) Subject: Enable SLAPI pre-entry plugins (we really need to move SLAPI into an X-Git-Tag: OPENLDAP_AC_BP~304 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d600eca081488bf47f6b71c25e68eb6a8c8fd16;p=openldap Enable SLAPI pre-entry plugins (we really need to move SLAPI into an overlay...) --- diff --git a/servers/slapd/result.c b/servers/slapd/result.c index 37678b64ec..7207c33c5e 100644 --- a/servers/slapd/result.c +++ b/servers/slapd/result.c @@ -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 */