aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-02-25 23:00:08 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-02-25 23:00:08 +0000
commit764b818934a63731ef69ccc0328f091089c18642 (patch)
tree7ea5322d9c751289f8e31ae9e29e6425f51b49f0 /lib/imap.c
parent9d45391347e3fe3c7f65aa9769b2df68028b50cc (diff)
email: Small tidy up following recent changes
Diffstat (limited to 'lib/imap.c')
-rw-r--r--lib/imap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/imap.c b/lib/imap.c
index d219b7454..845d7dd4c 100644
--- a/lib/imap.c
+++ b/lib/imap.c
@@ -1245,8 +1245,7 @@ static CURLcode imap_state_fetch_resp(struct connectdata *conn, int imapcode,
Curl_setup_transfer(conn, -1, -1, FALSE, NULL, -1, NULL);
else
/* IMAP download */
- Curl_setup_transfer(conn, FIRSTSOCKET, size, FALSE, NULL,
- -1, NULL); /* no upload here */
+ Curl_setup_transfer(conn, FIRSTSOCKET, size, FALSE, NULL, -1, NULL);
data->req.maxdownload = size;
}