cleanup warning messages

Signed-off-by: Derumier Alexandre <aderumier@odiso.com>
This commit is contained in:
Derumier Alexandre 2012-01-28 17:07:33 +01:00 committed by Dietmar Maurer
parent 2630d2a958
commit 5f0c4c32f2

View File

@ -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;