mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Change dn->bv_val to op->o_req_dn.bv_val in LDAP_LOG() (from rev 1.24 change).
This commit is contained in:
parent
86a90cd8d1
commit
d7c2f20ba7
1 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,8 @@ meta_back_bind( Operation *op, SlapReply *rs )
|
|||
if ( !lc ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( BACK_META, NOTICE,
|
||||
"meta_back_bind: no target for dn %s.\n", dn->bv_val, 0, 0 );
|
||||
"meta_back_bind: no target for dn %s.\n",
|
||||
op->o_req_dn.bv_val, 0, 0 );
|
||||
#else /* !NEW_LOGGING */
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"meta_back_bind: no target for dn %s.\n%s%s",
|
||||
|
|
|
|||
Loading…
Reference in a new issue