-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:
parent
4ad58ac91f
commit
e11c52a9d4
@ -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/);
|
||||
|
Loading…
Reference in New Issue
Block a user