mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08: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
@ -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 New Issue
Block a user