2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-11-01 11:52:31 +00:00

_clear_cache was removed long ago. _build_cache does all the needed work itself, so skip _build_cache.

This commit is contained in:
Jarrod Johnson
2014-01-30 13:00:42 -05:00
parent 5ac1ebaa63
commit 5e62fbced8

View File

@@ -149,7 +149,7 @@ sub nodesbycriteria {
}
if ($neednewcache) {
if ($nodelist) {
$nodelist->_clear_cache();
#$nodelist->_clear_cache();
$nodelist->_build_cache(\@cachedcolumns);
}
}