mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
don't return the dummy empty string
This commit is contained in:
parent
5f8f4554ff
commit
5909a4d636
@ -202,6 +202,10 @@ rwm_dn_massage(
|
||||
BER_BVZERO( &mdn );
|
||||
}
|
||||
|
||||
if ( dn->bv_val == dmy ) {
|
||||
BER_BVZERO( dn );
|
||||
}
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user