ITS#9121 memberof fix

Fix for groupURI with no filter
This commit is contained in:
Howard Chu 2020-04-03 21:38:41 +01:00
parent 8180326ffe
commit 15a922a5a3

View File

@ -929,6 +929,8 @@ dynlist_filter_group( Operation *op, Filter *f, Filter *n, AttributeDescription
op->o_tmpfree( nbase.bv_val, op->o_tmpmemctx );
goto skip;
}
} else {
urif = NULL;
}
if ( !andf ) {
andf = n;