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

Development: Fix bug when merging POLL info

This commit is contained in:
Ruben S. Montero 2016-05-12 19:52:13 +02:00
parent b818c57799
commit c497951bb7

View File

@ -349,6 +349,8 @@ int Host::update_info(Template &tmpl,
{
map<int, string>::iterator it_vm;
it_vm = found.find(vmid);
if ( it_vm != found.end() )
{
it_vm->second += " " + vatt->vector_value("POLL");