From 617d3d140f4739558dce2ef8ed01aef251cf5487 Mon Sep 17 00:00:00 2001 From: Jamal Hadi Salim Date: Wed, 11 Feb 2009 16:28:31 -0500 Subject: libxtables: set names of programs Set proper name of application. Signed-off-by: Jamal Hadi Salim --- iptables-standalone.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables-standalone.c') diff --git a/iptables-standalone.c b/iptables-standalone.c index ece7cf42..007f2c2d 100644 --- a/iptables-standalone.c +++ b/iptables-standalone.c @@ -56,6 +56,7 @@ main(int argc, char *argv[]) xtables_program_name = program_name; xtables_init(); xtables_set_nfproto(NFPROTO_IPV4); + iptables_globals.program_name = "iptables"; #ifdef NO_SHARED_LIBS init_extensions(); #endif -- cgit v1.2.3