-Fix syntax error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7897 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-10-20 20:17:43 +00:00
parent 65c126eeed
commit aa9b852f86

View File

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