diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-09-04 05:23:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-09-04 05:23:08 +0000 |
commit | e369270f88c86dc6c0acdd2665cc7064b20d8de9 (patch) | |
tree | 839e6d6ad21448506be8175ab0776dd1dea5a606 /src | |
parent | 7e845e7cfdd658caccc60f687d5d5d68d7e88937 (diff) | |
download | curl-e369270f88c86dc6c0acdd2665cc7064b20d8de9.tar.gz |
7.14.2 actually
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index dda4dab80..7ab1c94e6 100644 --- a/src/main.c +++ b/src/main.c @@ -3911,7 +3911,7 @@ operate(struct Configurable *config, int argc, char *argv[]) curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, config->ignorecl); - /* curl 7.14.1 */ + /* curl 7.14.2 */ curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, config->ftp_skip_ip); |