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:
24b1066
)
propagate authz error to IL
author
Michal Voců
<michal@ruk.cuni.cz>
Thu, 18 Mar 2010 09:14:07 +0000
(09:14 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Thu, 18 Mar 2010 09:14:07 +0000
(09:14 +0000)
org.glite.lb.server/src/request.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/request.c
b/org.glite.lb.server/src/request.c
index
43a4b83
..
a9cf708
100644
(file)
--- a/
org.glite.lb.server/src/request.c
+++ b/
org.glite.lb.server/src/request.c
@@
-77,6
+77,10
@@
create_reply(const edg_wll_Context ctx, char **buf)
err_code = LB_NOMEM;
break;
+ case EPERM:
+ err_code = LB_PERM;
+ break;
+
case EDG_WLL_IL_PROTO:
err_code = LB_PROTO;
break;