diff options
| author | Steve Holme <steve_holme@hotmail.com> | 2012-06-09 19:22:29 +0100 | 
|---|---|---|
| committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-09 19:22:29 +0100 | 
| commit | 6188855b67236412724895244322b5b59a6efaaa (patch) | |
| tree | a5558c44bf05139a54ef47078a20c667bea49aeb /lib/smtp.h | |
| parent | a3660127a4497b2e30988c5f6aad3d17343ed6e0 (diff) | |
smtp: Post apop feature code tidy up
Diffstat (limited to 'lib/smtp.h')
| -rw-r--r-- | lib/smtp.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smtp.h b/lib/smtp.h index 5235e2b2b..38fd1b70a 100644 --- a/lib/smtp.h +++ b/lib/smtp.h @@ -61,7 +61,7 @@ struct smtp_conn {    size_t eob;              /* Number of bytes of the EOB (End Of Body) that                                have been received so far */    unsigned int authmechs;  /* Accepted authentication mechanisms */ -  unsigned int authused;   /* Authentication method used for the connection */ +  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  | 
