Fix problem in previous checkin with superflous 'my'

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13144 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-06-21 17:27:22 +00:00
parent 7ab7085122
commit a7f41ecb00

View File

@ -148,7 +148,7 @@ unless ($tmp) {
die;
}
$port = $tmp->{value};
my ($tmp) = $sitetab->getAttribs({'key'=>'xcatiport'},'value');
($tmp) = $sitetab->getAttribs({'key'=>'xcatiport'},'value');
if ($tmp) {
$sport = $tmp->{value};
}