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:
yinle 2010-12-31 05:50:04 +00:00
parent f499213a70
commit 530dd4459e

View File

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