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:
parent
1e7679d9b3
commit
d0f675e50c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user