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:
5c81a34
)
don't try to register into JP when not enabled
author
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 18 Mar 2008 10:11:28 +0000
(10:11 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 18 Mar 2008 10:11:28 +0000
(10:11 +0000)
org.glite.lb.server/src/db_store.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/db_store.c
b/org.glite.lb.server/src/db_store.c
index
ed8f042
..
cddcdd3
100644
(file)
--- a/
org.glite.lb.server/src/db_store.c
+++ b/
org.glite.lb.server/src/db_store.c
@@
-239,7
+239,7
@@
static int db_store_finalize(edg_wll_Context ctx, char *event, edg_wll_Event *ev
}
#endif
- if (reg_to_JP)
+ if (reg_to_JP
&& ctx->jpreg_dir
)
if (register_to_JP(ctx,ev)) goto err;
if (forward_event_to_server(ctx, event, ev, local_job)) goto err;