summaryrefslogtreecommitdiff
path: root/lib/imap.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-01-26 15:06:44 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-01-26 15:06:44 +0000
commit73fae581323b617855d1187298c5bb8476ed1135 (patch)
treef8c03298092c7b53ab1bf449d8f3e066ddc3516f /lib/imap.h
parent44cf225f7a260d781e9d08bfadcefd08d6c5cf79 (diff)
downloadcurl-73fae581323b617855d1187298c5bb8476ed1135.tar.gz
email: Updated comment regarding ssldone usage
Updated the ssldone comment as multi mode is always used internally now.
Diffstat (limited to 'lib/imap.h')
-rw-r--r--lib/imap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/imap.h b/lib/imap.h
index 29adc5cbd..c33cbed93 100644
--- a/lib/imap.h
+++ b/lib/imap.h
@@ -61,8 +61,7 @@ struct imap_conn {
imapstate state; /* Always use imap.c:state() to change state! */
int cmdid; /* Next command ID */
const char *idstr; /* String based response ID to wait for */
- bool ssldone; /* Is connect() over SSL done? Only relevant in
- multi mode */
+ bool ssldone; /* Is connect() over SSL done? */
};
extern const struct Curl_handler Curl_handler_imap;