]> granicus.if.org Git - php/commitdiff
No idea how that character dissapeared.
authorSara Golemon <pollita@php.net>
Thu, 24 Apr 2003 22:25:33 +0000 (22:25 +0000)
committerSara Golemon <pollita@php.net>
Thu, 24 Apr 2003 22:25:33 +0000 (22:25 +0000)
ext/standard/ftp_fopen_wrapper.c

index 145b0e6d77e994f06ea1c2af5e3d5e3932b34aef..19cb3779bcaeb1c090e5e06a19f3477521f56397 100644 (file)
@@ -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 */