From: Shafreeck Sea Date: Tue, 27 Jan 2015 03:32:04 +0000 (+0800) Subject: Remove duplicated line X-Git-Tag: PRE_PHP7_REMOVALS~21^2~25^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6392e1e86a3ff97565d5941b819de4c776fc2390;p=php Remove duplicated line --- diff --git a/sapi/fpm/fpm/fpm_request.c b/sapi/fpm/fpm/fpm_request.c index de3caf7daf..1e8016005a 100644 --- a/sapi/fpm/fpm/fpm_request.c +++ b/sapi/fpm/fpm/fpm_request.c @@ -92,7 +92,6 @@ void fpm_request_reading_headers() /* {{{ */ proc->request_method[0] = '\0'; proc->script_filename[0] = '\0'; proc->query_string[0] = '\0'; - proc->query_string[0] = '\0'; proc->auth_user[0] = '\0'; proc->content_length = 0; fpm_scoreboard_proc_release(proc);