]> granicus.if.org Git - curl/commit
pop3.c: Fixed unnecessary state change if starttls fails
authorSteve Holme <steve_holme@hotmail.com>
Sun, 27 Jan 2013 10:42:32 +0000 (10:42 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 27 Jan 2013 10:42:32 +0000 (10:42 +0000)
commit3dbf11d0a1f6986331d3a49a78c138f78693efa9
treef8ad45d739f068a1e27af856b728814367eed043
parent499e30c4bb185b3a52414ef716543b329ba46a2e
pop3.c: Fixed unnecessary state change if starttls fails

The state machine should only be changed to POP3_STARTTLS when the
STLS command has been successfully sent to the server.
lib/pop3.c