Skip to content

Commit 08d148c

Browse files
smalyshevJulien Pauli
authored andcommitted
improve fix for Bug #69545
1 parent e415ad9 commit 08d148c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/ftp/ftp.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,8 +1663,6 @@ ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path TSRMLS_DC)
16631663
for (ptr = data->buf; rcvd; rcvd--, ptr++) {
16641664
if (*ptr == '\n' && lastch == '\r') {
16651665
lines++;
1666-
} else {
1667-
size++;
16681666
}
16691667
lastch = *ptr;
16701668
}

0 commit comments

Comments
 (0)