Typo
authorYang Tse <yangsita@gmail.com>
Tue, 17 Oct 2006 09:07:38 +0000 (09:07 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 17 Oct 2006 09:07:38 +0000 (09:07 +0000)
lib/url.c

index 13670cf..312862d 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -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