From 95907e29128c51be79aec0b5149e2639c3fd9042 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Wed, 16 Aug 2017 15:45:12 +0300 Subject: Object mapping interface extended with more string types. --- src/nxt_master_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_master_process.c') 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"); -- cgit