]> granicus.if.org Git - php/commitdiff
Fix what I assume was a typo
authorRasmus Lerdorf <rasmus@php.net>
Sat, 7 May 2005 09:25:31 +0000 (09:25 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 7 May 2005 09:25:31 +0000 (09:25 +0000)
ext/standard/ftp_fopen_wrapper.c

index b9b600e2511db2742e8899d644f9bc64456ed24a..81a86a26d3b9a85f017b4fa8103f072d9f271b28 100644 (file)
@@ -255,7 +255,7 @@ php_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, ch
                while (s < e) {
                        if (iscntrl(*s)) {
                                php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Invalid login %s", resource->user);
-                               goto connect_errexit;
+                               goto errexit;
                        }
                        s++;
                }