mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-08-11 12:00:49 +00:00
tfa: prototype fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
85f6129773
commit
184a499e8a
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user