mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 17:30:20 +00:00
cleanup warning messages
Signed-off-by: Derumier Alexandre <aderumier@odiso.com>
This commit is contained in:
parent
2630d2a958
commit
5f0c4c32f2
@ -2199,6 +2199,7 @@ sub config_to_command {
|
||||
push @$cmd, '-m', $conf->{memory} || $defaults->{memory};
|
||||
|
||||
for (my $i = 0; $i < $MAX_NETS; $i++) {
|
||||
next if !$conf->{"net$i"};
|
||||
my $d = parse_net($conf->{"net$i"});
|
||||
next if !$d;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user