From 44ffe0dc796a580c20b7dfaa84b9cc8ee3dd3944 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 17 Oct 2006 09:07:38 +0000 Subject: [PATCH] Typo --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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