]> granicus.if.org Git - curl/commit
pop3_doing: don't call pop3_dophase_done() if already failed
authorDaniel Stenberg <daniel@haxx.se>
Sat, 15 Dec 2012 14:31:38 +0000 (15:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Dec 2012 22:43:42 +0000 (23:43 +0100)
commit2897ce7dc2e1b7e8c94e8fc79f6199c33efe7547
treea8cd01be04a0b93ce9c262b3d5dd90070e7ad2dc
parent5ed03ebe52160ab9c1cf8f569258a210084b782f
pop3_doing: don't call pop3_dophase_done() if already failed

... it also clobbered the 'result' return value so that it wouldn't
return the error back to the parent function properly, which broke test
809 when run with 'multi-always'.
lib/pop3.c