Skip to content

Commit b6feabc

Browse files
committed
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
2 parents 33d377e + fb38fdc commit b6feabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ftp/ftp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ ftp_alloc(ftpbuf_t *ftp, const long size, char **response)
630630
return 0;
631631
}
632632

633-
if (response && ftp->inbuf) {
633+
if (response) {
634634
*response = estrdup(ftp->inbuf);
635635
}
636636

0 commit comments

Comments
 (0)