From: Michal Voců Date: Wed, 7 Jun 2006 20:06:53 +0000 (+0000) Subject: * insert correct port into jobid X-Git-Tag: gridsite-core_R_1_3_1~14 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e2a8489750040193c9897eb9c8098dcfcde450b0;p=jra1mw.git * insert correct port into jobid --- diff --git a/org.glite.lb.common/src/lb_perftest.c b/org.glite.lb.common/src/lb_perftest.c index da1f84e..8548964 100644 --- a/org.glite.lb.common/src/lb_perftest.c +++ b/org.glite.lb.common/src/lb_perftest.c @@ -204,9 +204,9 @@ glite_wll_perftest_init(const char *host, dest_host = strdup(host); if(p) { *p++ = ':'; - dest_port = atoi(p)+1; + dest_port = atoi(p); } else - dest_port = GLITE_WMSC_JOBID_DEFAULT_PORT+1; + dest_port = GLITE_WMSC_JOBID_DEFAULT_PORT; } /* reset event source */