From fbdebad3b9e87de6d983a96fd27620727c37027a Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 3 Feb 2008 19:58:44 +0000 Subject: Jan Engelhardt: remove unneedd macro --- extensions/ebt_arpreply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/ebt_arpreply.c') diff --git a/extensions/ebt_arpreply.c b/extensions/ebt_arpreply.c index 32e50b4..0b81b1c 100644 --- a/extensions/ebt_arpreply.c +++ b/extensions/ebt_arpreply.c @@ -122,7 +122,7 @@ static int compare(const struct ebt_entry_target *t1, static struct ebt_u_target arpreply_target = { - .name = EBT_ARPREPLY_TARGET, + .name = "arpreply", .size = sizeof(struct ebt_arpreply_info), .help = print_help, .init = init, -- cgit v1.2.3