From: Steve Holme Date: Sat, 13 Apr 2013 15:11:55 +0000 (+0100) Subject: pop3: Small consistency tidy up X-Git-Tag: curl-7_31_0~175 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecf93ac9865a5f2f9345583337ba1ba509a1f3d1;p=thirdparty%2Fcurl.git pop3: Small consistency tidy up --- diff --git a/lib/pop3.h b/lib/pop3.h index 5fd4b244e6..d594f6c195 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -72,7 +72,7 @@ struct pop3_conn { have been received so far */ size_t strip; /* Number of bytes from the start to ignore as non-body */ - unsigned int authtypes; /* Supported authentication types */ + unsigned int authtypes; /* Accepted authentication types */ unsigned int authmechs; /* Accepted SASL authentication mechanisms */ unsigned int preftype; /* Preferred authentication type */ unsigned int prefmech; /* Preferred SASL authentication mechanism */