temporarily fix ITS#4086

This commit is contained in:
Pierangelo Masarati 2005-10-13 22:43:46 +00:00
parent c2d9d642f9
commit 001e565577

View File

@ -722,8 +722,8 @@ rwm_filter_map_rewrite(
rc = rwm_int_filter_map_rewrite( dc, f, fstr );
#ifdef ENABLE_REWRITE
if ( rc != LDAP_SUCCESS ) {
return rc;
if ( rc != 0 ) {
return LDAP_OTHER;
}
fdc = *dc;