git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a71d7
)
typo
author
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 18 Feb 2008 13:04:56 +0000
(13:04 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 18 Feb 2008 13:04:56 +0000
(13:04 +0000)
org.glite.lb.server/src/store.c.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/store.c.T
b/org.glite.lb.server/src/store.c.T
index
88a7482
..
bcfe1e7
100644
(file)
--- a/
org.glite.lb.server/src/store.c.T
+++ b/
org.glite.lb.server/src/store.c.T
@@
-256,7
+256,7
@@
int is_job_local(edg_wll_Context ctx, glite_jobid_const_t jobId)
unsigned int srvPort;
int ret;
- if (!ctx->
S
erverRunning) return 0; /* XXX */
+ if (!ctx->
s
erverRunning) return 0; /* XXX */
edg_wlc_JobIdGetServerParts(jobId, &srvName, &srvPort);
ret = ((ctx->srvPort == srvPort) && ctx->srvName && !strcmp(srvName,ctx->srvName));