minor addition of newline before each chain list in --fw-list mode

This commit is contained in:
Michael Rash
2012-10-07 15:11:53 -04:00
parent 845f81804f
commit d0189b6b7e
+2
View File
@@ -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)