summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authortongzongzhen <[email protected]>2024-04-23 19:00:40 +0800
committertongzongzhen <[email protected]>2024-04-23 19:00:40 +0800
commit299b8b631d314757e3886028deabe0aebfc14672 (patch)
tree55a09c8687bc7300e32fda5083511681f66fb998 /src/main.c
parent01a46530179313f515c3735cdcca889e3e359dc9 (diff)
fix error: Variable error;
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index cc9ec3b..328994a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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);
}