propagate authz error to IL
authorMichal Voců <michal@ruk.cuni.cz>
Thu, 18 Mar 2010 09:14:07 +0000 (09:14 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Thu, 18 Mar 2010 09:14:07 +0000 (09:14 +0000)
org.glite.lb.server/src/request.c

index 43a4b83..a9cf708 100644 (file)
@@ -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;