summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iptables-restore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index dbee1b6..95b6d8a 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))