]> git.proxmox.com Git - pve-access-control.git/commitdiff
tfa: prototype fixup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 18 Mar 2024 08:20:23 +0000 (09:20 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 18 Mar 2024 08:21:45 +0000 (09:21 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/API2/TFA.pm

index 13ffc59db2c951ef1b064a97a50353e756eb0575..9fc6bcb47061f2724c97803eb128aa7b6681ae18 100644 (file)
@@ -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');