Clear error in context at start of edg_wll_open_proxy.
authorZdeněk Salvet <salvet@ics.muni.cz>
Thu, 1 Jun 2006 08:24:23 +0000 (08:24 +0000)
committerZdeně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

index 232be5b..6202d21 100644 (file)
@@ -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);