From: Sara Golemon Date: Thu, 24 Apr 2003 22:25:33 +0000 (+0000) Subject: No idea how that character dissapeared. X-Git-Tag: SPL_ALPHA~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d558127af5f2013f914689fd1f2d15c2bc11ffa;p=php No idea how that character dissapeared. --- 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 */