Skip to content
Snippets Groups Projects
Commit 9a3cddf1 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

More for prev commit

parent 106f5f3d
No related branches found
No related tags found
No related merge requests found
......@@ -1175,7 +1175,7 @@ autogroup_response( Operation *op, SlapReply *rs )
etmp.e_nname = op->o_req_ndn;
etmp.e_attrs = attrs;
for ( agf = age->age_filter; agf; agf = agf->agf_next ) {
if ( test_filter( op, e, agf->agf_filter ) == LDAP_COMPARE_TRUE ) {
if ( test_filter( op, &etmp, agf->agf_filter ) == LDAP_COMPARE_TRUE ) {
if ( ea ) {
autogroup_add_member_values_to_group( op, &new_dn, age, ea );
} else
......
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