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