mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
Remove duplicated line
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user