comments: remove old and wrong multi/easy interface statements

This commit is contained in:
Daniel Stenberg
2013-08-09 23:39:09 +02:00
parent 08adecc9a1
commit 2af0b10c95
5 changed files with 7 additions and 10 deletions

View File

@@ -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)
{