Skip to content
Snippets Groups Projects
Commit a84938c2 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix ITS#3506

parent 7b65f9ba
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment