diff --git a/XenModel/Actions/Host/DestroyHostCrashDumpAction.cs b/XenModel/Actions/Host/DestroyHostCrashDumpAction.cs index cbfedb1a4..7840adbf4 100644 --- a/XenModel/Actions/Host/DestroyHostCrashDumpAction.cs +++ b/XenModel/Actions/Host/DestroyHostCrashDumpAction.cs @@ -37,7 +37,7 @@ using XenAPI; namespace XenAdmin.Actions { - public class DestroyHostCrashDumpAction : AsyncAction + public class DestroyHostCrashDumpAction : PureAsyncAction { private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);