ITS#9121 fix typo

This commit is contained in:
Howard Chu 2020-04-03 21:27:48 +01:00
parent 906cab755d
commit 5d82ba4905

View File

@ -976,7 +976,7 @@ dynlist_filter_group( Operation *op, Filter *f, Filter *n, AttributeDescription
ldap_free_urldesc( ludp );
}
overlay_entry_release_ov( op, e, 0, on );
if ( !andf1 )
if ( !andf )
return -1;
return 0;
}