diff options
Diffstat (limited to 'conf.c')
| -rw-r--r-- | conf.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2158,15 +2158,14 @@ void conf_handler(struct ctx *c, uint32_t events) fwd_rules_dump(info, fwd->rules, fwd->count, " ", ""); } + + fwd_listen_switch(c); } if (events & EPOLLHUP) { debug("Configuration client hangup"); - goto close; } - return; - close: conf_close(c); |
