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:
parent
7ab7085122
commit
a7f41ecb00
@ -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};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user