1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #1678: Add missing update

This commit is contained in:
Ruben S. Montero 2013-10-24 16:30:31 +02:00
parent 67732e18f9
commit 4aa3acc6cd

View File

@ -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
{