]> git.ipfire.org Git - thirdparty/curl.git/commit
ftp_done: don't clobber the passed in error code
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Nov 2016 06:22:27 +0000 (07:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Nov 2016 06:22:27 +0000 (07:22 +0100)
commitf81a8364618caf99b4691ffd494a9b2d4c9fb1f6
treee087ac3990f286ca5db490447276e11e4a9214db
parent3c6c2bcd5af8a111738f9190093dbf8a440d167b
ftp_done: don't clobber the passed in error code

Coverity CID 1374359 pointed out the unused result value.
lib/ftp.c