return LDAP_OTHER if the filter cannot be parsed (ITS#5751)

This commit is contained in:
Pierangelo Masarati 2008-10-19 21:23:06 +00:00
parent eba56f0ec9
commit c1c16618a4

View File

@ -642,6 +642,7 @@ constraint_violation( constraint *c, struct berval *bv, Operation *op, SlapReply
Debug( LDAP_DEBUG_ANY, Debug( LDAP_DEBUG_ANY,
"%s constraint_violation uri filter=\"%s\" invalid\n", "%s constraint_violation uri filter=\"%s\" invalid\n",
op->o_log_prefix, filterstr.bv_val, 0 ); op->o_log_prefix, filterstr.bv_val, 0 );
rc = LDAP_OTHER;
} else { } else {
Debug(LDAP_DEBUG_TRACE, Debug(LDAP_DEBUG_TRACE,