]> granicus.if.org Git - curl/commit
pop3: Removed unnecessary transfer cancellation
authorSteve Holme <steve_holme@hotmail.com>
Wed, 13 Mar 2013 20:19:43 +0000 (20:19 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 13 Mar 2013 20:19:43 +0000 (20:19 +0000)
commitac890cd5f25e029713d55160112e7434a57d421a
tree76ea4fa564cb7f38109f1f16ccd6918db385f25f
parent308dc625f7d20f4ba0dcc8855c24e8dfe80045a6
pop3: Removed unnecessary transfer cancellation

Following commit e450f66a02d8 and the changes in the multi interface
being used internally, from 7.29.0, the transfer cancellation in
pop3_dophase_done() is no longer required.
lib/pop3.c