From 4aa3acc6cde596486e35bce93b201895515a6bec Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 24 Oct 2013 16:30:31 +0200 Subject: [PATCH] feature #1678: Add missing update --- src/im/InformationManagerDriver.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/im/InformationManagerDriver.cc b/src/im/InformationManagerDriver.cc index de1b596b40..4b8dd3ffde 100644 --- a/src/im/InformationManagerDriver.cc +++ b/src/im/InformationManagerDriver.cc @@ -211,6 +211,8 @@ void InformationManagerDriver::protocol(const string& message) const " (" << ds->get_oid() << ") successfully monitored."; NebulaLog::log("ImM", Log::INFO, oss); + + dspool->update(ds); } else {