projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
845f818
)
minor addition of newline before each chain list in --fw-list mode
author
Michael Rash
<mbr@cipherdyne.org>
Sun, 7 Oct 2012 19:11:53 +0000 (15:11 -0400)
committer
Michael Rash
<mbr@cipherdyne.org>
Sun, 7 Oct 2012 19:11:53 +0000 (15:11 -0400)
server/fw_util_iptables.c
patch
|
blob
|
history
diff --git
a/server/fw_util_iptables.c
b/server/fw_util_iptables.c
index
e1b3988
..
929becd
100644
(file)
--- 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)