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-restore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables-restore.c') diff --git a/iptables-restore.c b/iptables-restore.c index 810806f0..01030166 100644 --- a/iptables-restore.c +++ b/iptables-restore.c @@ -135,6 +135,7 @@ main(int argc, char *argv[]) xtables_program_name = program_name; xtables_init(); xtables_set_nfproto(NFPROTO_IPV4); + iptables_globals.program_name = "iptables-restore"; #ifdef NO_SHARED_LIBS init_extensions(); #endif -- cgit v1.2.3