too late hacking error
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Apr 2005 21:14:59 +0000 (21:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Apr 2005 21:14:59 +0000 (21:14 +0000)
lib/ftp.c

index f91d2fd..f87aae4 100644 (file)
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -2821,7 +2821,7 @@ CURLcode Curl_ftp_done(struct connectdata *conn, CURLcode status)
     if((-1 != data->set.infilesize) &&
        (data->set.infilesize != *ftp->bytecountp) &&
        !data->set.crlf &&
-       !ftp->no_transfer)) {
+       !ftp->no_transfer) {
       failf(data, "Uploaded unaligned file size (%" FORMAT_OFF_T
             " out of %" FORMAT_OFF_T " bytes)",
             *ftp->bytecountp, data->set.infilesize);