smtp: Updated the coding style for state changes after a send operation
authorSteve Holme <steve_holme@hotmail.com>
Sun, 3 Mar 2013 13:48:22 +0000 (13:48 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 3 Mar 2013 13:48:22 +0000 (13:48 +0000)
commit036366f1ef25eb795cf743eb67f8767ec8cdb22d
tree5ef82c3620c4c9d29d68ac304ed038d724dd4795
parent757aa7b09d37cc5ad32a549c5ead0096bc4df28b
smtp: 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/smtp.c