diff --git a/src/fluent-bit.c b/src/fluent-bit.c index 94e5d193281..7af591323a5 100644 --- a/src/fluent-bit.c +++ b/src/fluent-bit.c @@ -604,8 +604,8 @@ static void flb_signal_handler(int signal) case SIGCONT: flb_dump(ctx->config); break; - case SIGHUP: #ifndef FLB_HAVE_STATIC_CONF + case SIGHUP: if (flb_bin_restarting == FLB_RELOAD_IDLE) { flb_bin_restarting = FLB_RELOAD_IN_PROGRESS; }