diff --git a/src/options.c b/src/options.c index 183160d..bf14135 100644 --- a/src/options.c +++ b/src/options.c @@ -657,6 +657,7 @@ void get_cfg(options_t *opt, int argc, char *const *argv, bool shadow_enable, P_CASEBOOL(286, dbus); case 287: log_warn("Please use --log-file instead of --logpath"); + // fallthrough case 322: // --logpath, --log-file free(opt->logpath);