mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
don't return the dummy empty string
This commit is contained in:
parent
5f8f4554ff
commit
5909a4d636
1 changed files with 4 additions and 0 deletions
|
|
@ -202,6 +202,10 @@ rwm_dn_massage(
|
|||
BER_BVZERO( &mdn );
|
||||
}
|
||||
|
||||
if ( dn->bv_val == dmy ) {
|
||||
BER_BVZERO( dn );
|
||||
}
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue