Fix problem where 'delEntries' failed to invalidate cached data

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14373 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso
2012-11-20 14:51:52 +00:00
parent 42cb10b6aa
commit 79deb0acf5

View File

@@ -3252,6 +3252,7 @@ sub delEntries
$stmt->execute(@stargs);
$stmt->finish;
$self->_refresh_cache(); #cache is invalid, refresh
#notify the interested parties
if ($notif == 1)
{