diff options
| author | tongzongzhen <[email protected]> | 2024-04-23 19:00:40 +0800 |
|---|---|---|
| committer | tongzongzhen <[email protected]> | 2024-04-23 19:00:40 +0800 |
| commit | 299b8b631d314757e3886028deabe0aebfc14672 (patch) | |
| tree | 55a09c8687bc7300e32fda5083511681f66fb998 /src/main.c | |
| parent | 01a46530179313f515c3735cdcca889e3e359dc9 (diff) | |
fix error: Variable error;
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ static void signal_handler(evutil_socket_t fd, short what, void * arg) { case SIGHUP: dynamic_config_load_and_apply(); + break; default: dzlog_warn("Received unexpected signal: %d", fd); } |
