]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9789 slapo-vc: fix typo in prev commit
authorHoward Chu <hyc@openldap.org>
Mon, 2 May 2022 16:40:19 +0000 (17:40 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 2 May 2022 17:13:06 +0000 (17:13 +0000)
contrib/slapd-modules/vc/vc.c

index 87172cc0baaa005ce7d0a5f44167fd8a155a283b..0760af2423a1d52d016ffb7421018005ca999644 100644 (file)
@@ -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 {