summaryrefslogtreecommitdiffstats
path: root/kernel/linux2.5/net
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-09-27 17:53:05 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-09-27 17:53:05 +0000
commite36deda5a58311adf64c2cfed47fd2c11b496b26 (patch)
tree7476b1a72a49cc49260a0fe0d094aac98f2ec405 /kernel/linux2.5/net
parent47b689b1af7bc0bb8c15ef96987b977c98c8ae0b (diff)
*** empty log message ***
Diffstat (limited to 'kernel/linux2.5/net')
-rw-r--r--kernel/linux2.5/net/bridge/netfilter/ebt_limit.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/kernel/linux2.5/net/bridge/netfilter/ebt_limit.c b/kernel/linux2.5/net/bridge/netfilter/ebt_limit.c
index eb06bf7..daaed19 100644
--- a/kernel/linux2.5/net/bridge/netfilter/ebt_limit.c
+++ b/kernel/linux2.5/net/bridge/netfilter/ebt_limit.c
@@ -81,8 +81,10 @@ static int ebt_limit_check(const char *tablename, unsigned int hookmask,
static struct ebt_match ebt_limit_reg =
{
- {NULL, NULL}, EBT_LIMIT_MATCH, ebt_limit_match, ebt_limit_check, NULL,
- THIS_MODULE
+ .name = EBT_LIMIT_MATCH,
+ .target = ebt_limit_match,
+ .check = ebt_limit_check,
+ .me = THIS_MODULE,
};
static int __init init(void)