mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 21:14:21 +00:00
fix build error
This commit is contained in:
parent
941e0c42a5
commit
0d29ab3bd2
@ -1626,7 +1626,7 @@ sub check_local_resources {
|
||||
$loc_res = 1 if $conf->{serial};
|
||||
$loc_res = 1 if $conf->{parallel};
|
||||
|
||||
foreach $k (keys %$conf) {
|
||||
foreach my $k (keys %$conf) {
|
||||
$loc_res = 1 if $k =~ m/^(usb|pci)\d+$/;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user