From 5df9bdad1cc0e08c54466dc3c16a01a5382160a6 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 7 Jan 2001 06:51:00 +0000 Subject: Addeed FIXME. --- iptables-restore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables-restore.c') 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)) -- cgit v1.2.3