Skip to content
Snippets Groups Projects
Commit d7c2f20b authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Change dn->bv_val to op->o_req_dn.bv_val in LDAP_LOG() (from rev 1.24 change).

parent 86a90cd8
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment