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 --- ip6tables-restore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ip6tables-restore.c') diff --git a/ip6tables-restore.c b/ip6tables-restore.c index acaf97b4..3d535def 100644 --- a/ip6tables-restore.c +++ b/ip6tables-restore.c @@ -133,6 +133,7 @@ int main(int argc, char *argv[]) xtables_program_name = program_name; xtables_init(); xtables_set_nfproto(NFPROTO_IPV6); + ip6tables_globals.program_name = "ip6tables-restore"; #ifdef NO_SHARED_LIBS init_extensions(); #endif -- cgit v1.2.3