summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrusty <rusty>2001-01-07 06:51:00 +0000
committerrusty <rusty>2001-01-07 06:51:00 +0000
commita49c137fb15ac1e53decd833fefad2b633f94fdd (patch)
tree451dbcbd0521c0270ccf18ab8757ac2d8fe72430
parentb953f2e82487dce196c910cc7ce86f435c2d4046 (diff)
Addeed FIXME.
-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))