]> granicus.if.org Git - curl/commit
imap.c: Fixed unnecessary state change if starttls fails
authorSteve Holme <steve_holme@hotmail.com>
Sun, 27 Jan 2013 10:41:10 +0000 (10:41 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 27 Jan 2013 10:41:10 +0000 (10:41 +0000)
commit499e30c4bb185b3a52414ef716543b329ba46a2e
tree6f25293a31f794ba103de37bcfadfb7fb53dadf5
parent73fae581323b617855d1187298c5bb8476ed1135
imap.c: Fixed unnecessary state change if starttls fails

The state machine should only be changed to IMAP_STARTTLS when the
STARTTLS command has been successfully sent to the server.
lib/imap.c