mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#9121 memberof fix
Fix for groupURI with no filter
This commit is contained in:
parent
8180326ffe
commit
15a922a5a3
@ -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 New Issue
Block a user