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; shortest = data->set.connecttimeout;
else if(!shortest) else if(!shortest)
/* if timeout is not set, use the connect timeout */ /* if timeout is not set, use the connect timeout */
shortest = data->set.connecttimeout shortest = data->set.connecttimeout;
#ifdef SIGALRM #ifdef SIGALRM
#ifdef HAVE_SIGACTION #ifdef HAVE_SIGACTION