mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Check for NULL DN
This commit is contained in:
parent
676dae633a
commit
d9706311a0
@ -43,7 +43,7 @@ mdb_dn2entry(
|
||||
MDB_cursor *mc;
|
||||
|
||||
Debug(LDAP_DEBUG_TRACE, "mdb_dn2entry(\"%s\")\n",
|
||||
dn->bv_val, 0, 0 );
|
||||
dn->bv_val ? dn->bv_val : "", 0, 0 );
|
||||
|
||||
*e = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user