- path has been copied twice
authorMichael Wallner <mike@php.net>
Sun, 18 Dec 2005 22:40:47 +0000 (22:40 +0000)
committerMichael Wallner <mike@php.net>
Sun, 18 Dec 2005 22:40:47 +0000 (22:40 +0000)
http_url_api.c

index 99c8af97542d61c164574b404839d39480da9bfc..211fc13f6902827103a7a9e42cf01792e98b9174 100644 (file)
@@ -59,7 +59,6 @@ PHP_HTTP_API void _http_build_url(const php_url *old_url, const php_url *new_url
        __URLCPY(pass);
        __URLCPY(host);
        __URLCPY(path);
        __URLCPY(pass);
        __URLCPY(host);
        __URLCPY(path);
-       __URLCPY(path);
        __URLCPY(query);
        __URLCPY(fragment);
        
        __URLCPY(query);
        __URLCPY(fragment);