Skip to content

Commit

Permalink
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Oct 20, 2013
2 parents 33d377e + fb38fdc commit b6feabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ftp/ftp.c
Expand Up @@ -630,7 +630,7 @@ ftp_alloc(ftpbuf_t *ftp, const long size, char **response)
return 0;
}

if (response && ftp->inbuf) {
if (response) {
*response = estrdup(ftp->inbuf);
}

Expand Down

0 comments on commit b6feabc

Please sign in to comment.