Skip to content

Commit 471b1d5

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
2 parents 1bbf701 + 3b09123 commit 471b1d5

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
@@ -1857,7 +1857,7 @@ data_accept(databuf_t *data, ftpbuf_t *ftp)
18571857
php_pollfd p;
18581858
int i;
18591859

1860-
p.fd = ftp->fd;
1860+
p.fd = data->fd;
18611861
p.events = (err == SSL_ERROR_WANT_READ) ? (POLLIN|POLLPRI) : POLLOUT;
18621862
p.revents = 0;
18631863

0 commit comments

Comments
 (0)