pop3.c: Fixed a problem with pop3s connections not connecting properly
authorSteve Holme <steve_holme@hotmail.com>
Fri, 18 Jan 2013 21:55:19 +0000 (21:55 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 18 Jan 2013 21:55:19 +0000 (21:55 +0000)
commit7b5be79908ee5171553ffb37813eb75e9be91a53
treeee988b5a29f53df656104412b83c90e2ae0f893e
parent446afec71a7aee3f8c5af08c8247db74196a5ef6
pop3.c: Fixed a problem with pop3s connections not connecting properly

Fixed an issue where Curl_ssl_connect_nonblocking() wouldn't complete
correctly and the ssldone flag wouldn't be set to true for pop3s based
connections.

Bug introduced in commit: 4ffb8a6398ed.
lib/pop3.c