From 03593f3d0133937b5ac7698a1cb25a9611c40101 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 14 Mar 2019 11:13:07 +0100 Subject: [PATCH] fixup call to cfs_lock_authkey Signed-off-by: Thomas Lamprecht --- PVE/AccessControl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index 19d008c..6cfc841 100644 --- a/PVE/AccessControl.pm +++ b/PVE/AccessControl.pm @@ -158,7 +158,7 @@ sub check_authkey { sub rotate_authkey { return if $authkey_lifetime == 0; - cfs_lock_authkey(undef, sub { + PVE::Cluster::cfs_lock_authkey(undef, sub { # re-check with lock to avoid double rotation in clusters return if check_authkey(); -- 2.39.2