tfa: prototype fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-03-18 09:20:23 +01:00
parent 85f6129773
commit 184a499e8a

View 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');