]> git.sur5r.net Git - openldap/commitdiff
Enable SLAPI pre-entry plugins (we really need to move SLAPI into an
authorLuke Howard <lukeh@openldap.org>
Thu, 21 Jul 2005 04:01:54 +0000 (04:01 +0000)
committerLuke Howard <lukeh@openldap.org>
Thu, 21 Jul 2005 04:01:54 +0000 (04:01 +0000)
overlay...)

servers/slapd/result.c

index 37678b64ecf5d35bbc55de4f9f8240e312e7ee0c..7207c33c5e652c353e77a41af51dbc1b5069d1da 100644 (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 */