]> granicus.if.org Git - curl/commit
imap.c: Fixed bad state error when logging in with invalid credentials
authorSteve Holme <steve_holme@hotmail.com>
Sat, 29 Dec 2012 19:23:10 +0000 (19:23 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 29 Dec 2012 19:23:10 +0000 (19:23 +0000)
commit488245f99c541258ca4b35209e17da69e52e4460
tree5c5908ae174d3c6720a2b962c4122e24d6128b53
parent27f90c09626658cab41b06f9b4c3cb8587fc7fcb
imap.c: Fixed bad state error when logging in with invalid credentials

Fixed a problem with the state machine when attempting to log in with
invalid credentials. The server would report login failure but libcurl
would not read the response due to inappropriate IMAP_STOP states being
set after the login was sent.
lib/imap.c