summaryrefslogtreecommitdiff
path: root/lib/pop3.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/pop3.c
parentba93ab2a2aeb930c92d45635b5713bc7499da270 (diff)
downloadcurl-bagder/more-data-conn.tar.gz
lib: more conn->data cleanupsbagder/more-data-conn
Diffstat (limited to 'lib/pop3.c')
-rw-r--r--lib/pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c
index 551d0da9c..8683f895a 100644
--- a/lib/pop3.c
+++ b/lib/pop3.c
@@ -962,7 +962,7 @@ static CURLcode pop3_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 */