mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
fix ITS#3506
This commit is contained in:
parent
7b65f9bab4
commit
a84938c294
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ static int test_mra_filter(
|
|||
}
|
||||
|
||||
/* check attrs in DN AVAs if required */
|
||||
if ( mra->ma_dnattrs ) {
|
||||
if ( mra->ma_dnattrs && !BER_BVISEMPTY( &e->e_nname ) ) {
|
||||
LDAPDN dn = NULL;
|
||||
int iRDN, iAVA;
|
||||
int rc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue