mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
temporarily fix ITS#4086
This commit is contained in:
parent
c2d9d642f9
commit
001e565577
@ -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 New Issue
Block a user