mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Check for NULL DN
This commit is contained in:
parent
676dae633a
commit
d9706311a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue