mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-15 10:50:28 +00:00
Correct mistaken variable prefix in optimization work
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12651 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -2934,7 +2934,7 @@ sub getAllNodeAttribs
|
||||
$query = $self->{dbh}->prepare($qstring);
|
||||
$query->execute();
|
||||
xCAT::NodeRange::retain_cache(1);
|
||||
unless (%options{prefetchcache}) {
|
||||
unless ($options{prefetchcache}) {
|
||||
$self->{_use_cache} = 0;
|
||||
$self->{nodelist}->{_use_cache}=0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user