Skip to content
Snippets Groups Projects
Commit 001e5655 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

temporarily fix ITS#4086

parent c2d9d642
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment