From 73fae581323b617855d1187298c5bb8476ed1135 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 26 Jan 2013 15:06:44 +0000 Subject: email: Updated comment regarding ssldone usage Updated the ssldone comment as multi mode is always used internally now. --- lib/imap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/imap.h') 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; -- cgit v1.2.1