]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
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 13670cf0be752d6b6512c08a02a51f1cf3c52177..312862dcba75df9cb6f61e15086a7118f6271689 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