From c624897993e211d3f6a3d07f47fb9840cf7c5f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Tue, 22 Oct 2013 11:01:24 +0200 Subject: [PATCH] Feature #1678: Add missing unlock in InformationManager::timer_action --- src/im/InformationManager.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/im/InformationManager.cc b/src/im/InformationManager.cc index 4a3a9d6825..1615f71226 100644 --- a/src/im/InformationManager.cc +++ b/src/im/InformationManager.cc @@ -242,6 +242,10 @@ void InformationManager::timer_action() NebulaLog::log("InM",Log::ERROR,oss); host->set_error(); + + hpool->update(host); + + host->unlock(); } else {