From 298ac895e06ab20b64fd63278516319abceb6222 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 2 Sep 2009 17:45:20 +0000 Subject: [PATCH] -Fix another scenario where cache was unintentionally living beyond it's accuracy git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4087 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Table.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index f8469f30b..c884a3679 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -1909,6 +1909,8 @@ sub getAllNodeAttribs } } } + $self->_clear_cache(); + $self->{nodelist}->_clear_cache(); $self->{_use_cache} = 0; $self->{nodelist}->{_use_cache} = 0; xCAT::NodeRange::retain_cache(0);