pop3: Updated the coding style for state changes after a send operation
authorSteve Holme <steve_holme@hotmail.com>
Sun, 3 Mar 2013 13:36:12 +0000 (13:36 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 3 Mar 2013 13:36:12 +0000 (13:36 +0000)
commit757aa7b09d37cc5ad32a549c5ead0096bc4df28b
tree6cc0e3b400dea7d7a5a701bd21e056123d7e07f8
parentb1ebf4bda110dda64b89bffcf7286dda908d3689
pop3: Updated the coding style for state changes after a send operation

Some state changes would be performed after a failure test that
performed a hard return, whilst others would be performed within a test
for success. Updated the code, for consistency, so all instances are
performed within a success test.
lib/pop3.c