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:
8a1267f
)
don't map EPERM to EAGAIN
author
Daniel Kouřil
<kouril@ics.muni.cz>
Tue, 19 Feb 2008 15:54:47 +0000
(15:54 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Tue, 19 Feb 2008 15:54:47 +0000
(15:54 +0000)
org.glite.lb.client/src/producer.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/producer.c
b/org.glite.lb.client/src/producer.c
index
48d571e
..
497b5d7
100644
(file)
--- 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: