diff options
author | Valentin Bartenev <vbart@nginx.com> | 2017-09-15 14:38:22 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2017-09-15 14:38:22 +0300 |
commit | 90ae152ce0ace8f2c41a012b9fa52b2f3283a845 (patch) | |
tree | 175c9bdc1704ea621e9732a06d0c032419a28b29 /src/nxt_controller.c | |
parent | 7c1db309940cce607bfef713e7561cf627939f0c (diff) | |
download | unit-90ae152ce0ace8f2c41a012b9fa52b2f3283a845.tar.gz unit-90ae152ce0ace8f2c41a012b9fa52b2f3283a845.tar.bz2 |
Fixed port handlers arrays.
Diffstat (limited to 'src/nxt_controller.c')
-rw-r--r-- | src/nxt_controller.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_controller.c b/src/nxt_controller.c index 1a595bcf..a97f4098 100644 --- a/src/nxt_controller.c +++ b/src/nxt_controller.c @@ -110,6 +110,7 @@ nxt_port_handler_t nxt_controller_process_port_handlers[] = { NULL, /* NXT_PORT_MSG_START_WORKER */ NULL, /* NXT_PORT_MSG_SOCKET */ NULL, /* NXT_PORT_MSG_MODULES */ + NULL, /* NXT_PORT_MSG_CONF_STORE */ nxt_port_rpc_handler, nxt_port_rpc_handler, }; |