Correct mistake in previous checkin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9911 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a854098a7d
commit
65aa1d842d
@ -3509,8 +3509,8 @@ sub create_postscripts_tar
|
||||
|
||||
sub get_site_Master
|
||||
{
|
||||
if ($::XCATSITEVALS{$master}) {
|
||||
return $::XCATSITEVALS{$master};
|
||||
if ($::XCATSITEVALS{master}) {
|
||||
return $::XCATSITEVALS{master};
|
||||
}
|
||||
require xCAT::Table;
|
||||
my $Master;
|
||||
|
Loading…
x
Reference in New Issue
Block a user