From 065a93f99a4479954d0c016d3d1b99446239e381 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Filipovi=C4=8D?= Date: Thu, 13 Sep 2012 13:32:57 +0000 Subject: [PATCH] set correct done code --- org.glite.lb.state-machine/src/process_event_virtual_machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.state-machine/src/process_event_virtual_machine.c b/org.glite.lb.state-machine/src/process_event_virtual_machine.c index a6bbb35..7285618 100644 --- a/org.glite.lb.state-machine/src/process_event_virtual_machine.c +++ b/org.glite.lb.state-machine/src/process_event_virtual_machine.c @@ -158,7 +158,7 @@ int processEvent_VirtualMachine(intJobStat *js, edg_wll_Event *e, int ev_seq, in case EDG_WLL_VMDONE_FAILURE: js->pub.vm_state = EDG_WLL_STAT_VM_FAILURE; js->pub.state = EDG_WLL_JOB_DONE; - js->pub.cream_done_code = EDG_WLL_STAT_FAILED; + js->pub.done_code = EDG_WLL_STAT_FAILED; break; case EDG_WLL_VMDONE_STATUS_CODE_UNDEFINED: break; -- 1.8.2.3