mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-17 17:48:20 -05:00
temporarily fix ITS#4086
This commit is contained in:
parent
c2d9d642f9
commit
001e565577
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue