From: Yang Tse Date: Tue, 17 Oct 2006 09:07:38 +0000 (+0000) Subject: Typo X-Git-Tag: curl-7_16_0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ffe0dc796a580c20b7dfaa84b9cc8ee3dd3944;p=thirdparty%2Fcurl.git Typo --- diff --git a/lib/url.c b/lib/url.c index 13670cf0be..312862dcba 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