]> git.sur5r.net Git - openldap/commitdiff
Change dn->bv_val to op->o_req_dn.bv_val in LDAP_LOG() (from rev 1.24 change).
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 4 Jun 2003 12:34:42 +0000 (12:34 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 4 Jun 2003 12:34:42 +0000 (12:34 +0000)
servers/slapd/back-meta/bind.c

index 483f045d1b848c7ede89f4449f867863695ea0e6..d52c8b76b839c85e17e2bfd7a3d4acae9a51153d 100644 (file)
@@ -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",