From df0bab2c7b4a3d818d53a9717dbfb49f849237f7 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Fri, 26 Jul 2002 22:14:55 +0000 Subject: [PATCH] Fizing ZTS build --- ext/ftp/ftp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index 573b47902f..7ace9fe06d 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -1550,6 +1550,8 @@ ftp_async_continue_write(ftpbuf_t *ftp) int size; char *ptr; int ch; + TSRMLS_FETCH(); + /* check if we can write more data */ if (!data_writeable(ftp, ftp->data->fd)) { -- 2.50.1