From: Jan Pospíšil Date: Fri, 20 Jan 2006 10:54:06 +0000 (+0000) Subject: ResetError X-Git-Tag: glite-lb-client_R_2_1_2~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ed35ce0fc3110058b3dfbd1066b6f0c59008e918;p=jra1mw.git ResetError --- diff --git a/org.glite.lb.client/src/connection.c b/org.glite.lb.client/src/connection.c index 39359e5..15677dc 100644 --- a/org.glite.lb.client/src/connection.c +++ b/org.glite.lb.client/src/connection.c @@ -206,7 +206,7 @@ int edg_wll_open_proxy(edg_wll_Context ctx) if (ctx->connProxy->conn.sock > -1) { // XXX: test path socket here? - return edg_wll_Error(ctx,NULL,NULL); + return edg_wll_ResetError(ctx,NULL,NULL); } ctx->connProxy->conn.sock = socket(PF_UNIX, SOCK_STREAM, 0); if (ctx->connProxy->conn.sock < 0) {