slapo-autogroup: fix typo in Debug msg

Made in 1cf39a8568fb9b64518aaa7618e20e8cf7084006
This commit is contained in:
Howard Chu 2024-02-05 15:54:03 +00:00 committed by Quanah Gibson-Mount
parent b325b429e2
commit 954497a372

View 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 );