diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-29 02:59:35 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-29 02:59:35 +0300 |
commit | 9d487df10df5000a84c9c1a75fff0cff525d4454 (patch) | |
tree | 68096193339f4a25bfac7d79f5c0a218f74bec7b /src/nxt_go.c | |
parent | 946867febe29568418bfa146518ff7f97072dd67 (diff) | |
download | unit-9d487df10df5000a84c9c1a75fff0cff525d4454.tar.gz unit-9d487df10df5000a84c9c1a75fff0cff525d4454.tar.bz2 |
The master process has been renamed to the main process.
Diffstat (limited to 'src/nxt_go.c')
-rw-r--r-- | src/nxt_go.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_go.c b/src/nxt_go.c index ee446921..1c1961b2 100644 --- a/src/nxt_go.c +++ b/src/nxt_go.c @@ -51,7 +51,7 @@ nxt_go_init(nxt_task_t *task, nxt_common_app_conf_t *conf) nxt_runtime_port_each(rt, port) { - if (port->pid != nxt_pid && port->type != NXT_PROCESS_MASTER) { + if (port->pid != nxt_pid && port->type != NXT_PROCESS_MAIN) { continue; } |