mirror of
https://github.com/curl/curl.git
synced 2026-07-24 04:27:16 +03:00
pop3: Small consistency tidy up
This commit is contained in:
parent
b3a01be2f3
commit
ecf93ac986
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue