summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_among.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2009-06-21 12:38:05 +0000
committerBart De Schuymer <bdschuym@pandora.be>2009-06-21 12:38:05 +0000
commit138bf06eeb27cfcc87166c4678ee35d7da4df845 (patch)
treef430b0d3dd5b09736ff762aecbbeac6f9b2ee000 /extensions/ebt_among.c
parent872a674d8b1f65cbea54ee5a876cafde0170e34d (diff)
fix simple regression
Diffstat (limited to 'extensions/ebt_among.c')
-rw-r--r--extensions/ebt_among.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_among.c b/extensions/ebt_among.c
index 001e9d6..9a30f3a 100644
--- a/extensions/ebt_among.c
+++ b/extensions/ebt_among.c
@@ -478,7 +478,7 @@ static int compare(const struct ebt_entry_match *m1,
}
static struct ebt_u_match among_match = {
- .name = EBT_AMONG_MATCH,
+ .name = "among",
.size = sizeof(struct ebt_among_info),
.help = print_help,
.init = init,