From 184a499e8a7963eefa7c5d99fb97660c9712b17e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 18 Mar 2024 09:20:23 +0100 Subject: [PATCH] tfa: prototype fixup Signed-off-by: Wolfgang Bumiller --- src/PVE/API2/TFA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/API2/TFA.pm b/src/PVE/API2/TFA.pm index 13ffc59..9fc6bcb 100644 --- a/src/PVE/API2/TFA.pm +++ b/src/PVE/API2/TFA.pm @@ -409,7 +409,7 @@ __PACKAGE__->register_method ({ }); }}); -sub validate_yubico_otp : prototype($$) { +sub validate_yubico_otp : prototype($$$) { my ($userid, $realm, $value) = @_; my $domain_cfg = cfs_read_file('domains.cfg');