]> git.ipfire.org Git - thirdparty/curl.git/commit
imap: Renamed state variables in imap_authenticate()
authorSteve Holme <steve_holme@hotmail.com>
Fri, 8 Feb 2013 21:40:54 +0000 (21:40 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 8 Feb 2013 21:40:54 +0000 (21:40 +0000)
commit3bb45aa7f50274b24b60d0f077d3f2f2ef8a6ea7
tree203ea7e26e0bd234ebdfbe1c7513387f24ddcf88
parent40f9bb787f05ee36b16c7eb4b838e115455dc531
imap: Renamed state variables in imap_authenticate()

Renamed the authstate1 and authstate2 variables in imap_authenticate()
as the old name was a left over from when there was only one state
variable which was named due to a clash with the state() function.

Additionally this provides consistency with the smtp module.
lib/imap.c