From 1dc5aa70b38f7e99953dc1412f14e35f68e555d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Fri, 20 Jan 2006 11:48:26 +0000 Subject: [PATCH] typo --- org.glite.lb.client/src/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.client/src/connection.c b/org.glite.lb.client/src/connection.c index 15677dc..232be5b 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_ResetError(ctx,NULL,NULL); + return edg_wll_ResetError(ctx); } ctx->connProxy->conn.sock = socket(PF_UNIX, SOCK_STREAM, 0); if (ctx->connProxy->conn.sock < 0) { -- 1.8.2.3