From d0189b6b7e7c57b7bd08a264246c624033dc69c3 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sun, 7 Oct 2012 15:11:53 -0400 Subject: [PATCH] minor addition of newline before each chain list in --fw-list mode --- server/fw_util_iptables.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/fw_util_iptables.c b/server/fw_util_iptables.c index e1b39888..929becd4 100644 --- a/server/fw_util_iptables.c +++ b/server/fw_util_iptables.c @@ -260,6 +260,8 @@ fw_dump_rules(const fko_srv_options_t *opts) ch[i].to_chain ); + fprintf(stdout, "\n"); + fflush(stdout); res = system(cmd_buf); if (opts->verbose)