From: Zdeněk Salvet Date: Thu, 1 Jun 2006 08:24:23 +0000 (+0000) Subject: Clear error in context at start of edg_wll_open_proxy. X-Git-Tag: glite-lb-client_R_2_2_2~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=fa1d50038e092e852965e7a17aa014b1cd72b934;p=jra1mw.git Clear error in context at start of edg_wll_open_proxy. Fixes bug #17200. --- diff --git a/org.glite.lb.client/src/connection.c b/org.glite.lb.client/src/connection.c index 232be5b..6202d21 100644 --- 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);