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:
jbjohnso 2011-06-23 12:54:41 +00:00
parent a854098a7d
commit 65aa1d842d

View File

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