Corrected ITS#3506 fix

This commit is contained in:
Ralf Haferkamp 2005-01-24 16:37:45 +00:00
parent ec7c9db80a
commit e73891d02f

View file

@ -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;