ftp_do_more: add missing check of return code
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jul 2012 12:12:39 +0000 (14:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jul 2012 12:12:39 +0000 (14:12 +0200)
commit20ff8a0988d844910ff3621f75f99907aebeef4b
treed0f99ac562e405fe95ba7278e4fde9f4f40fa92e
parent771e91374b7e68c8c0d20af63821c29598964fa0
ftp_do_more: add missing check of return code

Spotted by clang-analyzer. The return code was never checked, just
stored.
lib/ftp.c