The controller did not work because of changes in the previous

changeset.
This commit is contained in:
Igor Sysoev
2017-06-06 18:53:15 +03:00
parent 5bc011afad
commit 71c906a512
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ nxt_controller_start(nxt_task_t *task, nxt_runtime_t *rt)
nxt_controller_request_fields_hash = hash;
if (nxt_event_conn_listen(task, rt->controller_socket) != NXT_OK) {
if (nxt_listen_event(task, rt->controller_socket) == NULL) {
return NXT_ERROR;
}