minor addition of newline before each chain list in --fw-list mode
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user