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:
lissav 2011-03-08 13:56:20 +00:00
parent a67ad94915
commit 306b07e02f

View File

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