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