summaryrefslogtreecommitdiff
path: root/ext/standard/ftp_fopen_wrapper.c
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2003-04-24 22:25:33 +0000
committerSara Golemon <pollita@php.net>2003-04-24 22:25:33 +0000
commit2d558127af5f2013f914689fd1f2d15c2bc11ffa (patch)
tree69c8e2ee1737c0c5f0ba10681f35a83e9f40c86c /ext/standard/ftp_fopen_wrapper.c
parent2fc1d2c330548eeade2ecd309381d17604a58d57 (diff)
downloadphp-git-2d558127af5f2013f914689fd1f2d15c2bc11ffa.tar.gz
No idea how that character dissapeared.
Diffstat (limited to 'ext/standard/ftp_fopen_wrapper.c')
-rw-r--r--ext/standard/ftp_fopen_wrapper.c2
1 files changed, 1 insertions, 1 deletions
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 */