aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-10-17 09:07:38 +0000
committerYang Tse <yangsita@gmail.com>2006-10-17 09:07:38 +0000
commit44ffe0dc796a580c20b7dfaa84b9cc8ee3dd3944 (patch)
tree18659bbf6073e7e826ccd9115cd90c7d82985483
parente3a61fba52fc3145594e9b9e14f16802d5e32068 (diff)
Typo
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 13670cf0b..312862dcb 100644
--- 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