summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_pkttype.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2008-02-03 19:58:44 +0000
committerBart De Schuymer <bdschuym@pandora.be>2008-02-03 19:58:44 +0000
commitfbdebad3b9e87de6d983a96fd27620727c37027a (patch)
tree97fb999189e7205cebd7533a2b4296861b4d1ae1 /extensions/ebt_pkttype.c
parentf8a68cb0bdf7c3c31b9333f71f893cfc7f796fec (diff)
Jan Engelhardt: remove unneedd macro
Diffstat (limited to 'extensions/ebt_pkttype.c')
-rw-r--r--extensions/ebt_pkttype.c2
1 files changed, 1 insertions, 1 deletions
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,