From: Pierangelo Masarati Date: Sat, 9 Aug 2008 15:41:22 +0000 (+0000) Subject: fix log message X-Git-Tag: LOCKER_IDS~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=46983312c302f4f2360396a9ab720c75fd33b851;p=openldap fix log message --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 886aa926ad..5913ea9907 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -2114,7 +2114,7 @@ acl_set_gather( SetCookie *cookie, struct berval *name, AttributeDescription *de if ( rc != LDAP_SUCCESS ) { Debug( LDAP_DEBUG_TRACE, "%s acl_set_gather: DN=\"%s\" normalize failed\n", - cp->asc_op->o_log_prefix, op2.o_req_dn.bv_val, 0 ); + cp->asc_op->o_log_prefix, ludp->lud_dn, 0 ); goto url_done; }