1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
This commit is contained in:
Yang Tse 2006-10-17 09:07:38 +00:00
parent e3a61fba52
commit 44ffe0dc79

View File

@ -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