summaryrefslogtreecommitdiff
path: root/lib/imap.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-18 11:56:50 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-18 22:54:47 +0100
commit566b77877eee56f4568892d1c0cb5f992c33cd7b (patch)
tree674f12deb7488583cf2cc5255b62e03c58070c34 /lib/imap.c
parentba93ab2a2aeb930c92d45635b5713bc7499da270 (diff)
downloadcurl-566b77877eee56f4568892d1c0cb5f992c33cd7b.tar.gz
lib: more conn->data cleanupsbagder/more-data-conn
Diffstat (limited to 'lib/imap.c')
-rw-r--r--lib/imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c
index bab531239..754b4d31e 100644
--- a/lib/imap.c
+++ b/lib/imap.c
@@ -1284,7 +1284,7 @@ static CURLcode imap_statemachine(struct Curl_easy *data,
/* Flush any data that needs to be sent */
if(pp->sendleft)
- return Curl_pp_flushsend(pp);
+ return Curl_pp_flushsend(data, pp);
do {
/* Read the response from the server */