Router: fixed segfault after configuration change.

This commit is contained in:
Igor Sysoev
2017-10-18 18:05:47 +03:00
parent 09ef66d39c
commit 67c066b026
7 changed files with 258 additions and 193 deletions

View File

@@ -155,7 +155,9 @@ struct nxt_conn_s {
nxt_task_t task;
nxt_log_t log;
nxt_listen_event_t *listen;
/* STUB: socket.data should be used later. */
void *joint;
nxt_sockaddr_t *remote;
nxt_sockaddr_t *local;
const char *action;