minor fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8539 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f499213a70
commit
530dd4459e
@ -1197,7 +1197,7 @@ sub network_reset {
|
||||
my $matched = 0;
|
||||
for( $i=0; $i < scalar(@eth_ip); $i++)
|
||||
{
|
||||
if (@eth_ip[$i] eq $current_ip)
|
||||
if ($eth_ip[$i] eq $current_ip)
|
||||
{
|
||||
$matched = 1;
|
||||
last;
|
||||
|
Loading…
x
Reference in New Issue
Block a user