ITS#4040 fix uniqueMemberMatch when value is zero-length

This commit is contained in:
Howard Chu 2005-09-25 06:11:35 +00:00
parent 9213019114
commit 5697278574

View file

@ -1086,8 +1086,8 @@ uniqueMemberMatch(
}
}
valueDN = *value;
if ( !BER_BVISEMPTY( value ) ) {
valueDN = *value;
valueUID.bv_val = strrchr( valueDN.bv_val, '#' );
if ( !BER_BVISNULL( &valueUID ) ) {