summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nxt_master_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_master_process.c b/src/nxt_master_process.c
index a243a671..bd72a752 100644
--- a/src/nxt_master_process.c
+++ b/src/nxt_master_process.c
@@ -347,7 +347,7 @@ nxt_master_start_worker_process(nxt_task_t *task, nxt_runtime_t *rt,
group = (char *) last;
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';
} else {