From: Jiří Filipovič Date: Thu, 13 Sep 2012 13:32:57 +0000 (+0000) Subject: set correct done code X-Git-Tag: glite-lb-server_R_2_4_12_1~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=065a93f99a4479954d0c016d3d1b99446239e381;p=jra1mw.git set correct done code --- 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;