Initializing script_name.start before using.

This makes gcc 4.4.6 happy.
This commit is contained in:
Max Romanov 2018-01-12 11:19:00 +03:00
parent 349717fb90
commit aad4229cbc

View file

@ -327,6 +327,7 @@ nxt_php_read_request(nxt_task_t *task, nxt_app_rmsg_t *rmsg,
} else {
script_name.length = 0;
script_name.start = NULL;
}
ctx->script.length = nxt_php_root.length + h->path.length +