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

Feature #1678: Bug in Host::update_info

This commit is contained in:
Carlos Martín 2013-10-18 12:53:04 +02:00
parent 1e7679d9b3
commit d0f675e50c

View File

@ -364,7 +364,7 @@ int Host::update_info(string &parse_str,
string poll = *s;
delete s;
ds.insert(make_pair(vmid, poll));
ds.insert(make_pair(dsid, poll));
}
delete *it;