diff --git a/server/fwknopd.c b/server/fwknopd.c index 67263050..06e84dc5 100644 --- a/server/fwknopd.c +++ b/server/fwknopd.c @@ -182,7 +182,7 @@ main(int argc, char **argv) * of an existing fwknopd process. */ if(fw_config_init(&opts) != 1) - clean_exit(&opts, FW_CLEANUP, EXIT_FAILURE); + clean_exit(&opts, NO_FW_CLEANUP, EXIT_FAILURE); if(opts.fw_list == 1 || opts.fw_list_all == 1) {