summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_master_process.c
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2017-08-16 15:45:12 +0300
committerValentin Bartenev <vbart@nginx.com>2017-08-16 15:45:12 +0300
commit95907e29128c51be79aec0b5149e2639c3fd9042 (patch)
tree56e266c7a914e2cd8e32a8c3de9f3d41447340f6 /src/nxt_master_process.c
parent2dd8048bf9d80d045f3df8f0930c3325bf8a14f9 (diff)
downloadunit-95907e29128c51be79aec0b5149e2639c3fd9042.tar.gz
unit-95907e29128c51be79aec0b5149e2639c3fd9042.tar.bz2
Object mapping interface extended with more string types.
Diffstat (limited to '')
-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 a1a44cd2..3e72ce85 100644
--- a/src/nxt_master_process.c
+++ b/src/nxt_master_process.c
@@ -190,7 +190,7 @@ nxt_port_master_start_worker_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg)
app_conf.user = nobody;
- ret = nxt_conf_map_object(conf, nxt_common_app_conf,
+ ret = nxt_conf_map_object(mp, conf, nxt_common_app_conf,
nxt_nitems(nxt_common_app_conf), &app_conf);
if (ret != NXT_OK) {
nxt_log(task, NXT_LOG_CRIT, "root map error");