Skip to content

Commit

Permalink
Changing wrong state transition
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.opennebula.org/one/trunk@524 3034c82b-c49b-4eb3-8279-a7acafdc01c0
  • Loading branch information
tinova committed May 22, 2009
1 parent 827f593 commit 89699bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tm/TransferManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ void TransferManager::epilog_action(int vid)
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();
Expand Down

0 comments on commit 89699bf

Please sign in to comment.