From f6f6f278e2132b62678a1d598a8f89feff7ae4ce Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 28 Dec 2012 20:22:33 +0000 Subject: smtp: Minor code tidy up Minor tidy up of comments and layout prior to next part of imap work. --- lib/curl_smtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/curl_smtp.h') diff --git a/lib/curl_smtp.h b/lib/curl_smtp.h index 2f919d199..7a3ced588 100644 --- a/lib/curl_smtp.h +++ b/lib/curl_smtp.h @@ -64,7 +64,7 @@ struct smtp_conn { unsigned int authused; /* Auth mechanism used for the connection */ smtpstate state; /* Always use smtp.c:state() to change state! */ struct curl_slist *rcpt; /* Recipient list */ - bool ssldone; /* Is connect() over SSL done? only relevant in + bool ssldone; /* Is connect() over SSL done? Only relevant in multi mode */ bool size_supported; /* If server supports SIZE extension according to RFC 1870 */ -- cgit v1.2.3