mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Missed one db.bv_val in Debug statement
This commit is contained in:
parent
4e1f534c96
commit
a1987ae99b
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ bdb_dn2id_matched(
|
|||
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"<= bdb_dn2id_matched: id=0x%08lx: %s %s\n",
|
||||
(long) *id, *id2 == 0 ? "entry" : "matched", dn );
|
||||
(long) *id, *id2 == 0 ? "entry" : "matched", dn.bv_val );
|
||||
break;
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue