summaryrefslogtreecommitdiffstats
path: root/ip6tables-standalone.c
diff options
context:
space:
mode:
authorPhilip Blundell <Philip.Blundell@pobox.com>2000-06-04 17:25:33 +0000
committerRusty Russell <rusty@rustcorp.com.au>2000-06-04 17:25:33 +0000
commit57e07af96a28d81281a20ad7a0e9dc189caf4861 (patch)
tree45878c9ad5a26560b722981a5962e0af6a25d8f3 /ip6tables-standalone.c
parent5eed48af2516ebce0412121713d285bc30edb10d (diff)
Phil Blundell: ICMP, TCP and UDP extensions + rule deletion bug.
Diffstat (limited to 'ip6tables-standalone.c')
-rw-r--r--ip6tables-standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables-standalone.c b/ip6tables-standalone.c
index 11b7cc75..e2b10f88 100644
--- a/ip6tables-standalone.c
+++ b/ip6tables-standalone.c
@@ -43,7 +43,7 @@ main(int argc, char *argv[])
ret = ip6tc_commit(&handle);
if (!ret)
- fprintf(stderr, "iptables: %s\n",
+ fprintf(stderr, "ip6tables: %s\n",
ip6tc_strerror(errno));
exit(!ret);