From 26ff1ea6c33fb624793909ca17a6ff57cecca004 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 27 Nov 2013 22:44:09 +0000 Subject: multi.c: Fixed compilation error introduced in commit a900d45489fc14 Systems that define SIGPIPE_VARIABLE as a noop would not compile as restore_pipe was defined afterwards. --- lib/multi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/multi.c') diff --git a/lib/multi.c b/lib/multi.c index df8befa48..6363f5a33 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -1787,8 +1787,8 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle) struct SessionHandle *nextdata; if(GOOD_MULTI_HANDLE(multi)) { - SIGPIPE_VARIABLE(pipe); bool restore_pipe = FALSE; + SIGPIPE_VARIABLE(pipe); multi->type = 0; /* not good anymore */ -- cgit v1.2.3