Addeed FIXME.
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 @@
 			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))