]> granicus.if.org Git - curl/commit
email: Simplified the logout / quit functions
authorSteve Holme <steve_holme@hotmail.com>
Sat, 9 Mar 2013 11:55:48 +0000 (11:55 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 9 Mar 2013 11:55:48 +0000 (11:55 +0000)
commit4838d196fdbfcc3e8779ff4416ec5d0d35561172
tree72ba42ba584036fb494c396a686143579c13a9c1
parentf691f9609c314c794cf51b9b906ca8fc4f553a73
email: Simplified the logout / quit functions

Moved the blocking state machine to the disconnect functions so that the
logout / quit functions are only responsible for sending the actual
command needed to logout or quit.

Additionally removed the hard return on failure.
lib/imap.c
lib/pop3.c
lib/smtp.c