Fixed a bug introduced in the changeset 9585902ff351.

This commit is contained in:
Igor Sysoev
2017-07-19 23:11:55 +03:00
parent a782faa499
commit 68d35e9157

View File

@@ -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 {