Fixed a bug introduced in the changeset 9585902ff351.
This commit is contained in:
@@ -347,7 +347,7 @@ nxt_master_start_worker_process(nxt_task_t *task, nxt_runtime_t *rt,
|
|||||||
group = (char *) last;
|
group = (char *) last;
|
||||||
|
|
||||||
nxt_memcpy(group, app_conf->group.start, app_conf->group.length);
|
nxt_memcpy(group, app_conf->group.start, app_conf->group.length);
|
||||||
end = nxt_pointer_to(group, app_conf->group.length);
|
last = nxt_pointer_to(group, app_conf->group.length);
|
||||||
*last++ = '\0';
|
*last++ = '\0';
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user