summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,