Skip to content

Commit fb38fdc

Browse files
committed
Remove senseless check here
1 parent a1daebe commit fb38fdc

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)