fix logic in my_nets
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9011 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a67ad94915
commit
306b07e02f
@ -2348,7 +2348,7 @@ sub my_nets
|
||||
my $n = $_->{net};
|
||||
my $if = $_->{mgtifname};
|
||||
my $nm = $_->{mask};
|
||||
if (!$n || !$if || $nm)
|
||||
if (!$n || !$if || !$nm)
|
||||
{
|
||||
next; #incomplete network
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user