From: Daniel KouĊ™il Date: Tue, 19 Feb 2008 15:54:47 +0000 (+0000) Subject: don't map EPERM to EAGAIN X-Git-Tag: glite-yaim-myproxy_R_4_0_1_4~25 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a38df3e1bf19df1b65be5344bfce754147b694af;p=jra1mw.git don't map EPERM to EAGAIN --- diff --git a/org.glite.lb.client/src/producer.c b/org.glite.lb.client/src/producer.c index 48d571e..497b5d7 100644 --- a/org.glite.lb.client/src/producer.c +++ b/org.glite.lb.client/src/producer.c @@ -47,6 +47,7 @@ int handle_errors(edg_wll_Context ctx, int code, const char *text) case ECONNREFUSED: case ETIMEDOUT: case EAGAIN: + case EPERM: break; case EDG_WLL_ERROR_PARSE_EVENT_UNDEF: case EDG_WLL_ERROR_PARSE_MSG_INCOMPLETE: