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

fix ITS#3506

parent d5561ad0
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ static int test_mra_filter(
}
/* check attrs in DN AVAs if required */
if ( mra->ma_dnattrs ) {
if ( mra->ma_dnattrs && !BER_BVISNULL( &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.
Finish editing this message first!
Please register or to comment