param mapping fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -39,8 +39,8 @@ sub param_mapping {
|
|||||||
|
|
||||||
my $mapping = {
|
my $mapping = {
|
||||||
'cifsscan' => [ $password_map ],
|
'cifsscan' => [ $password_map ],
|
||||||
'create' => [ $password_map, 'encryption_key' ],
|
'create' => [ $password_map, 'encryption-key' ],
|
||||||
'update' => [ $password_map, 'encryption_key' ],
|
'update' => [ $password_map, 'encryption-key' ],
|
||||||
};
|
};
|
||||||
return $mapping->{$name};
|
return $mapping->{$name};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user