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:
3447781
)
Clear error in context at start of edg_wll_open_proxy.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 1 Jun 2006 08:24:23 +0000
(08:24 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 1 Jun 2006 08:24:23 +0000
(08:24 +0000)
Fixes bug #17200.
org.glite.lb.client/src/connection.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/connection.c
b/org.glite.lb.client/src/connection.c
index
232be5b
..
6202d21
100644
(file)
--- a/
org.glite.lb.client/src/connection.c
+++ b/
org.glite.lb.client/src/connection.c
@@
-204,6
+204,8
@@
int edg_wll_open_proxy(edg_wll_Context ctx)
int flags;
+ edg_wll_ResetError(ctx);
+
if (ctx->connProxy->conn.sock > -1) {
// XXX: test path socket here?
return edg_wll_ResetError(ctx);