mirror of
https://github.com/curl/curl.git
synced 2026-06-29 12:16:04 +03:00
multi: Small code tidy up to avoid hard return
This commit is contained in:
parent
5f34a10445
commit
65ce9b6d6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
return GETSOCK_READSOCK(0);
|
||||
rc = GETSOCK_READSOCK(0);
|
||||
}
|
||||
|
||||
return rc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue