1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-15 05:57:23 +03:00

Changing wrong state transition

git-svn-id: http://svn.opennebula.org/one/trunk@524 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Constantino Vázquez Blanco 2009-05-22 15:52:51 +00:00
parent 2b40716af1
commit df96a564cd

View File

@ -677,7 +677,7 @@ error_driver:
goto error_common;
error_common:
(nd.get_lcm())->trigger(LifeCycleManager::PROLOG_FAILURE,vid);
(nd.get_lcm())->trigger(LifeCycleManager::EPILOG_FAILURE,vid);
vm->log("TM", Log::ERROR, os);
vm->unlock();