1
0
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:
Shafreeck Sea
2015-01-27 11:32:04 +08:00
parent dfe6aea9ca
commit 6392e1e86a

View File

@@ -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);