mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
[CA-228723] Use sync destroy method in the cleanup action
This commit is contained in:
parent
d7060cbdb1
commit
638d8fe9e6
@ -395,7 +395,7 @@ namespace XenAdmin.Wizards.PatchingWizard
|
||||
{
|
||||
Pool_update.pool_clean(session, poolUpdate.opaque_ref);
|
||||
if(!poolUpdate.AppliedOnHosts.Any())
|
||||
Pool_update.async_destroy(session, poolUpdate.opaque_ref);
|
||||
Pool_update.destroy(session, poolUpdate.opaque_ref);
|
||||
}
|
||||
catch (Failure f)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user