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_pkttype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/ebt_pkttype.c') diff --git a/extensions/ebt_pkttype.c b/extensions/ebt_pkttype.c index 3333a9b..5b5cb03 100644 --- a/extensions/ebt_pkttype.c +++ b/extensions/ebt_pkttype.c @@ -114,7 +114,7 @@ static int compare(const struct ebt_entry_match *m1, static struct ebt_u_match pkttype_match = { - .name = EBT_PKTTYPE_MATCH, + .name = "pkttype", .size = sizeof(struct ebt_pkttype_info), .help = print_help, .init = init, -- cgit v1.2.3