summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libfetch/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/ftp.c b/lib/libfetch/ftp.c
index 3e56342..ab2c54d 100644
--- a/lib/libfetch/ftp.c
+++ b/lib/libfetch/ftp.c
@@ -139,7 +139,7 @@ _ftp_chkerr(int cd)
return -1;
}
if (isftpinfo(last_reply)) {
- while (!isftpreply(last_reply)) {
+ while (lr_length && !isftpreply(last_reply)) {
if (_fetch_getln(cd, &last_reply, &lr_size, &lr_length) == -1) {
_fetch_syserr();
return -1;
OpenPOWER on IntegriCloud