aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smtp.c')
-rw-r--r--lib/smtp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/smtp.c b/lib/smtp.c
index dada087a9..3eb534cd3 100644
--- a/lib/smtp.c
+++ b/lib/smtp.c
@@ -1256,10 +1256,8 @@ static CURLcode smtp_done(struct connectdata *conn, CURLcode status,
/* Run the state-machine
- TODO: when the multi interface is used, this _really_ should be using
- the smtp_multi_statemach function but we have no general support for
- non-blocking DONE operations, not in the multi state machine and with
- Curl_done() invokes on several places in the code!
+ this should be using the smtp_multi_statemach function but we have no
+ support for non-blocking DONE operations!
*/
result = smtp_block_statemach(conn);
}