summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2001-01-07 06:51:00 +0000
committerRusty Russell <rusty@rustcorp.com.au>2001-01-07 06:51:00 +0000
commit5df9bdad1cc0e08c54466dc3c16a01a5382160a6 (patch)
tree451dbcbd0521c0270ccf18ab8757ac2d8fe72430 /iptables-restore.c
parent01c4520bb893af2bd152bbf5be40b6060be10e55 (diff)
Addeed FIXME.
Diffstat (limited to 'iptables-restore.c')
-rw-r--r--iptables-restore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index dbee1b67..95b6d8ab 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -174,6 +174,7 @@ int main(int argc, char *argv[])
strncpy(curchain, chain, IPT_FUNCTION_MAXNAMELEN);
/* why the f... does iptc_builtin not work here ? */
+ /* FIXME: abort if chain creation fails --RR */
// if (!iptc_builtin(curchain, &handle)) {
DEBUGP("Creating new chain '%s'\n", curchain);
if (!iptc_create_chain(curchain, &handle))