]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
slapo-autogroup: fix typo in Debug msg
authorHoward Chu <hyc@openldap.org>
Mon, 5 Feb 2024 15:54:03 +0000 (15:54 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 15 Feb 2024 17:54:28 +0000 (17:54 +0000)
Made in 1cf39a8568fb9b64518aaa7618e20e8cf7084006

contrib/slapd-modules/autogroup/autogroup.c

index 852edc1586b5bfc45667ffbdf24f13bbde6e55ab..c9d0cdea94fab8827c35eb03d6db19aad54b3bde 100644 (file)
@@ -1097,7 +1097,7 @@ autogroup_response( Operation *op, SlapReply *rs )
                if ( rs->sr_type == REP_RESULT && rs->sr_err == LDAP_SUCCESS && !oex ) {
 
                        Debug( LDAP_DEBUG_TRACE, "==> autogroup_response MODRDN from <%s>\n", op->o_req_dn.bv_val );
-                       Debug( LDAP_DEBUG_TRACE, "autogroup_response MODRDN to <%s>\n", op->orr_newDN );
+                       Debug( LDAP_DEBUG_TRACE, "autogroup_response MODRDN to <%s>\n", op->orr_newDN.bv_val );
 
                        ldap_pvt_thread_mutex_lock( &agi->agi_mutex );