summaryrefslogtreecommitdiffstats
path: root/ip6tables-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'ip6tables-standalone.c')
-rw-r--r--ip6tables-standalone.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ip6tables-standalone.c b/ip6tables-standalone.c
index b40c79bc..c0ca6459 100644
--- a/ip6tables-standalone.c
+++ b/ip6tables-standalone.c
@@ -49,10 +49,6 @@ main(int argc, char *argv[])
char *table = "filter";
struct ip6tc_handle *handle = NULL;
- program_name = "ip6tables";
- program_version = IPTABLES_VERSION;
-
- xtables_program_name = program_name;
ip6tables_globals.program_name = "ip6tables";
ret = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
if (ret < 0) {