projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59f1209
)
multi.c: Fixed compilation error introduced in commit a900d45489fc14
author
Steve Holme
<steve_holme@hotmail.com>
Wed, 27 Nov 2013 22:44:09 +0000
(22:44 +0000)
committer
Steve Holme
<steve_holme@hotmail.com>
Wed, 27 Nov 2013 23:45:45 +0000
(23:45 +0000)
Systems that define SIGPIPE_VARIABLE as a noop would not compile as
restore_pipe was defined afterwards.
lib/multi.c
patch
|
blob
|
history
diff --git
a/lib/multi.c
b/lib/multi.c
index df8befa48f0535f4db826298c3d65f0e30a6b320..6363f5a3322fd423ad902847588fd4e4a5c63d04 100644
(file)
--- 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 */