From 7201a5a290551893cb20fba41ba818c8cfaccb87 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 15 Oct 2003 20:37:00 +0000 Subject: the previous fix left this compiler error --- lib/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/connect.c') diff --git a/lib/connect.c b/lib/connect.c index bf27ba29b..bde66b764 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -581,7 +581,7 @@ CURLcode Curl_connecthost(struct connectdata *conn, /* context */ *connected = TRUE; /* this is truly a connect */ break; } - failf(data, "socket error: %d", err); + failf(data, "socket error"); /* we are _not_ connected, it was a false alert, continue please */ } else if(2 == rc) -- cgit v1.2.3