From fc5a073f77885284aed95821f5406b910867bd03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 17 Feb 2009 14:59:53 +0000 Subject: [PATCH] Use hostname of network server rather than IP --- org.glite.lb.state-machine/src/process_event.c | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb.state-machine/src/process_event.c b/org.glite.lb.state-machine/src/process_event.c index 9a95633..264ae9b 100644 --- a/org.glite.lb.state-machine/src/process_event.c +++ b/org.glite.lb.state-machine/src/process_event.c @@ -396,6 +396,7 @@ 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