Correct mistaken variable prefix in optimization work

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12650 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso
2012-05-12 12:02:49 +00:00
parent f01e654001
commit 12910722b5

View File

@@ -2957,7 +2957,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;
$self->_clear_cache();