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:
e31aba8
)
Propagate errors to JP PS.
author
František Dvořák
<valtri@civ.zcu.cz>
Fri, 4 May 2007 13:04:15 +0000
(13:04 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Fri, 4 May 2007 13:04:15 +0000
(13:04 +0000)
org.glite.jp.index/src/soap_ops.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.index/src/soap_ops.c
b/org.glite.jp.index/src/soap_ops.c
index
450eb91
..
f05abee
100644
(file)
--- a/
org.glite.jp.index/src/soap_ops.c
+++ b/
org.glite.jp.index/src/soap_ops.c
@@
-119,11
+119,11
@@
SOAP_FMAC5 int SOAP_FMAC6 __jpsrv__UpdateJobs(
fail:
free(ps);
if (ctx->jpctx->error) {
-// TODO: bubble up
err = glite_jp_error_chain(ctx->jpctx);
fprintf(stderr, "%s:%s\n", __FUNCTION__, err);
free(err);
}
+ glite_jp_server_err2fault(ctx->jpctx, soap);
return SOAP_FAULT;
}