This commit is contained in:
Yang Tse 2006-10-17 09:07:38 +00:00
parent e3a61fba52
commit 44ffe0dc79
1 changed files with 1 additions and 1 deletions

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