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:
jbjohnso 2012-05-12 12:03:07 +00:00
parent 4b81110bf7
commit 00afad1db2

View File

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