-Actually fix syntax error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7908 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-10-22 13:28:22 +00:00
parent 4ad58ac91f
commit e11c52a9d4

View File

@ -1451,7 +1451,7 @@ sub becomeuser {
return undef;
}
sub populate_site_hash {
%::XCATSITEVALS{$_->{key}}=();
%::XCATSITEVALS=();
my $sitetab = xCAT::Table->new('site',-create=>0);
unless ($sitetab) { return; }
my @records = $sitetab->getAllAttribs(qw/key value/);