correct call of add_taglist
authorMiloš Mulač <mulac@civ.zcu.cz>
Mon, 20 Oct 2008 15:19:07 +0000 (15:19 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Mon, 20 Oct 2008 15:19:07 +0000 (15:19 +0000)
org.glite.lb.state-machine/src/process_event_pbs.c

index 64992ef..303a675 100644 (file)
@@ -198,8 +198,7 @@ int processEvent_PBS(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict, c
                case EDG_WLL_EVENT_USERTAG:
                        if (USABLE_DATA(res)) {
                                if (e->userTag.name != NULL && e->userTag.value != NULL) {
-                                       add_taglist(&js->pub.user_tags, 
-                                                   e->userTag.name, e->userTag.value);
+                                       add_taglist(e->userTag.name, e->userTag.value, e->any.seqcode, js);
                                }
                        }
                        break;