1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-03 13:47:01 +03:00

Feature #1099: Fix bug, VM ids were not cleared for each user

This commit is contained in:
Carlos Martín 2012-05-08 18:43:14 +02:00
parent 31684f5798
commit feb1b603c9

View File

@ -136,6 +136,8 @@ public
CLIHelper.scr_restore
puts
history_elems.clear
vm_ids = xmldoc.retrieve_elements("HISTORY/VM[UID=#{uid}]/ID")
vm_ids.uniq!