mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 06:31:11 -05:00
ITS#9121 memberof fix
Fix for groupURI with no filter
This commit is contained in:
parent
8180326ffe
commit
15a922a5a3
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue