diff options
author | Yang Tse <yangsita@gmail.com> | 2006-10-17 09:07:38 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-10-17 09:07:38 +0000 |
commit | 44ffe0dc796a580c20b7dfaa84b9cc8ee3dd3944 (patch) | |
tree | 18659bbf6073e7e826ccd9115cd90c7d82985483 /lib | |
parent | e3a61fba52fc3145594e9b9e14f16802d5e32068 (diff) |
Typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |