summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ip6tables-restore.c2
-rw-r--r--iptables-restore.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ip6tables-restore.c b/ip6tables-restore.c
index a0c359a1..d5ec80a6 100644
--- a/ip6tables-restore.c
+++ b/ip6tables-restore.c
@@ -67,7 +67,7 @@ ip6tc_handle_t create_handle(const char *tablename, const char* modprobe)
}
if (!handle) {
- exit_error(PARAMETER_PROBLEM, "%s: unable to initialize"
+ exit_error(PARAMETER_PROBLEM, "%s: unable to initialize "
"table '%s'\n", program_name, tablename);
exit(1);
}
diff --git a/iptables-restore.c b/iptables-restore.c
index 628997ec..9abdef25 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -64,7 +64,7 @@ iptc_handle_t create_handle(const char *tablename, const char* modprobe )
}
if (!handle) {
- exit_error(PARAMETER_PROBLEM, "%s: unable to initialize"
+ exit_error(PARAMETER_PROBLEM, "%s: unable to initialize "
"table '%s'\n", program_name, tablename);
exit(1);
}