From 3918845c64e0b317e3c484e19e3fabef4796bd62 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 20 Nov 2012 14:51:29 +0000 Subject: [PATCH] Fix problem where 'delEntries' failed to invalidate cached data git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Table.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index 078ec75ca..02bff8cc2 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -3229,6 +3229,7 @@ sub delEntries $stmt->execute(@stargs); $stmt->finish; + $self->_refresh_cache(); #cache is invalid, refresh #notify the interested parties if ($notif == 1) {