From 2d558127af5f2013f914689fd1f2d15c2bc11ffa Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 24 Apr 2003 22:25:33 +0000 Subject: [PATCH] No idea how that character dissapeared. --- ext/standard/ftp_fopen_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/ftp_fopen_wrapper.c b/ext/standard/ftp_fopen_wrapper.c index 145b0e6d77..19cb3779bc 100644 --- a/ext/standard/ftp_fopen_wrapper.c +++ b/ext/standard/ftp_fopen_wrapper.c @@ -408,7 +408,7 @@ php_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, ch stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &resource, &use_ssl, &use_ssl_on_data STREAMS_CC TSRMLS_CC); if (!stream) { - goto errext; + goto errexit; } /* set the connection to be binary */ -- 2.50.1