mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
slapo-autogroup: fix typo in Debug msg
Made in 1cf39a8568fb9b64518aaa7618e20e8cf7084006
This commit is contained in:
parent
b325b429e2
commit
954497a372
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user