biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / filesystems / curlftpfs / suse-bug-580609.patch
blob068fb129a4b1bd8bc5a94773dd08d6134a4889b1
1 --- a/ftpfs.c 2008-04-30 01:05:47.000000000 +0200
2 +++ b/ftpfs.c 2010-05-21 13:01:42.569006163 +0200
3 @@ -503,7 +503,6 @@ static void *ftpfs_write_thread(void *da
5 curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path);
6 curl_easy_setopt_or_die(fh->write_conn, CURLOPT_UPLOAD, 1);
7 - curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1);
8 curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READFUNCTION, write_data_bg);
9 curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READDATA, fh);
10 curl_easy_setopt_or_die(fh->write_conn, CURLOPT_LOW_SPEED_LIMIT, 1);