mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-11 21:12:35 +00:00
fix typo
This commit is contained in:
parent
efb71b0f8c
commit
6e5c4da7ef
@ -111,7 +111,7 @@ my $create_disks = sub {
|
||||
my $check_vm_modify_config_perm = sub {
|
||||
my ($rpcenv, $authuser, $vmid, $pool, $key_list) = @_;
|
||||
|
||||
return 1 if $authuser ne 'root@pam';
|
||||
return 1 if $authuser eq 'root@pam';
|
||||
|
||||
foreach my $opt (@$key_list) {
|
||||
# disk checks need to be done somewhere else
|
||||
|
Loading…
Reference in New Issue
Block a user