summaryrefslogtreecommitdiffstats
path: root/userspace
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
commit1ed97856263d02788d531a4bbddad7ca9dfa6170 (patch)
tree0bd05b8fa23eb7838161b674a86c86b462d0a45a /userspace
parentb2e67a095090c33fcbb0c6e3c1da38561e662d73 (diff)
fix simple regression
Diffstat (limited to 'userspace')
-rw-r--r--userspace/ebtables2/extensions/ebt_among.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/extensions/ebt_among.c b/userspace/ebtables2/extensions/ebt_among.c
index 001e9d6..9a30f3a 100644
--- a/userspace/ebtables2/extensions/ebt_among.c
+++ b/userspace/ebtables2/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,