1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

Merge branch 'PHP-5.5'

* PHP-5.5:
  Remove senseless check here
This commit is contained in:
Rasmus Lerdorf
2013-10-19 20:57:02 -07:00
+1 -1
View File
@@ -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);
}