mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#9789 slapo-vc: fix typo in prev commit
This commit is contained in:
parent
15573c72fc
commit
94d5180f65
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ vc_exop(
|
|||
goto done;
|
||||
}
|
||||
conn->refcnt++;
|
||||
operation_counters_init( conn->op, op->o_threadctx );
|
||||
operation_counter_init( conn->op, op->o_threadctx );
|
||||
ldap_pvt_thread_mutex_unlock( &vc_mutex );
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue