From 9ed720d6cfd6f020f27492d6ea8997762f821f3f Mon Sep 17 00:00:00 2001 From: Daniel Clavijo Coca Date: Mon, 8 Feb 2021 02:37:24 -0600 Subject: [PATCH] B #5245: Update host zombie template (#761) --- src/im/InformationManager.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/im/InformationManager.cc b/src/im/InformationManager.cc index 61d755a2d4..cfc53dd302 100644 --- a/src/im/InformationManager.cc +++ b/src/im/InformationManager.cc @@ -533,6 +533,8 @@ void InformationManager::_vm_state(unique_ptr> msg) host->update_zombies(zombies); + hpool->update(host); + host->unlock(); for (auto& it : missing)