diff options
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, }; |