mirror of
https://github.com/curl/curl.git
synced 2026-04-29 21:22:11 +03:00
Typo
This commit is contained in:
parent
e3a61fba52
commit
44ffe0dc79
1 changed files with 1 additions and 1 deletions
|
|
@ -3676,7 +3676,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
|||
shortest = data->set.connecttimeout;
|
||||
else if(!shortest)
|
||||
/* if timeout is not set, use the connect timeout */
|
||||
shortest = data->set.connecttimeout
|
||||
shortest = data->set.connecttimeout;
|
||||
|
||||
#ifdef SIGALRM
|
||||
#ifdef HAVE_SIGACTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue