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:
5f34a10
)
multi: Small code tidy up to avoid hard return
author
Steve Holme
<steve_holme@hotmail.com>
Tue, 12 Nov 2013 09:59:22 +0000
(09:59 +0000)
committer
Steve Holme
<steve_holme@hotmail.com>
Tue, 12 Nov 2013 09:59:22 +0000
(09:59 +0000)
lib/multi.c
patch
|
blob
|
history
diff --git
a/lib/multi.c
b/lib/multi.c
index
2cb46ce
..
923e2ce
100644
(file)
--- a/
lib/multi.c
+++ b/
lib/multi.c
@@
-639,7
+639,7
@@
static int waitconnect_getsock(struct connectdata *conn,
socket to become readable to be able to get the response headers */
if(conn->tunnel_state[FIRSTSOCKET] == TUNNEL_CONNECT) {
sock[0] = conn->sock[FIRSTSOCKET];
- r
eturn
GETSOCK_READSOCK(0);
+ r
c =
GETSOCK_READSOCK(0);
}
return rc;