From 076bbb644fec0c350fd0ddf61df48d1755c6c9f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 13 Jan 2010 13:45:48 +0000 Subject: [PATCH] Keep the network server URL from RegJob event. Parse the hostname in harvester instead. --- org.glite.lb.state-machine/src/process_event.c | 1 - 1 file changed, 1 deletion(-) diff --git a/org.glite.lb.state-machine/src/process_event.c b/org.glite.lb.state-machine/src/process_event.c index 1dc77fe..167830d 100644 --- a/org.glite.lb.state-machine/src/process_event.c +++ b/org.glite.lb.state-machine/src/process_event.c @@ -396,7 +396,6 @@ static int processEvent_glite(intJobStat *js, edg_wll_Event *e, int ev_seq, int switch (e->accepted.source) { case EDG_WLL_SOURCE_NETWORK_SERVER: rep(js->pub.ui_host, e->accepted.from_host); - rep(js->pub.network_server,e->any.host); break; /* no WM id */ case EDG_WLL_SOURCE_LOG_MONITOR: rep(js->pub.condorId, e->accepted.local_jobid); break; -- 1.8.2.3