From: Ralf Haferkamp Date: Mon, 24 Jan 2005 16:37:45 +0000 (+0000) Subject: Corrected ITS#3506 fix X-Git-Tag: OPENLDAP_REL_ENG_2_2_23~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73891d02f9d1cb06ba90745af565eb29eecc25a;p=thirdparty%2Fopenldap.git Corrected ITS#3506 fix --- diff --git a/servers/slapd/filterentry.c b/servers/slapd/filterentry.c index 5d64c2f6b6..37f0fa649f 100644 --- a/servers/slapd/filterentry.c +++ b/servers/slapd/filterentry.c @@ -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;