Removed unused code related to testing of address binding.
This commit is contained in:
@@ -431,7 +431,7 @@ nxt_runtime_controller_socket(nxt_task_t *task, nxt_runtime_t *rt)
|
||||
#endif
|
||||
ls->handler = nxt_controller_conn_init;
|
||||
|
||||
if (nxt_listen_socket_create(task, ls, 0) != NXT_OK) {
|
||||
if (nxt_listen_socket_create(task, ls) != NXT_OK) {
|
||||
return NXT_ERROR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user