7.14.2 actually

This commit is contained in:
Daniel Stenberg
2005-09-04 05:23:08 +00:00
parent 7e845e7cfd
commit e369270f88
3 changed files with 5 additions and 5 deletions

View File

@@ -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);