]> granicus.if.org Git - curl/commit
reset conn->size to -1 on the ftp-do function to make it not go on to
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Jan 2003 10:54:39 +0000 (10:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Jan 2003 10:54:39 +0000 (10:54 +0000)
commit89934239d7c7336ec60305766666ca276176536d
treee484d6a6c8212fc13d0ead21b91a3e0dab07bce7
parent8986037fdd7bba97a9a1d60085558a28bcef73de
reset conn->size to -1 on the ftp-do function to make it not go on to
ftp_done() with the previous transfer's value, as Dave Halbakken found out.
He also verified this fixed corrected the problem.
lib/ftp.c