diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-08-09 23:39:09 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-08-09 23:39:09 +0200 |
commit | 2af0b10c9504347ec6393792036dd43f2dae0679 (patch) | |
tree | c39c5f0842ee2e1cda1b0735b25a32bf7b3f52a6 /lib/smtp.c | |
parent | 08adecc9a1553e895373f4e3ce357cb37c49ffb8 (diff) |
comments: remove old and wrong multi/easy interface statements
Diffstat (limited to 'lib/smtp.c')
-rw-r--r-- | lib/smtp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/smtp.c b/lib/smtp.c index 8bb72aab4..83fb9ec44 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -1387,8 +1387,7 @@ static int smtp_getsock(struct connectdata *conn, curl_socket_t *socks, * the connection phase. * * The variable pointed to by 'done' will be TRUE if the protocol-layer - * connect phase is done when this function returns, or FALSE if not. When - * called as a part of the easy interface, it will always be TRUE. + * connect phase is done when this function returns, or FALSE if not. */ static CURLcode smtp_connect(struct connectdata *conn, bool *done) { |