summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorNikolai Malykh <nmalykh@bilim.com>2005-01-22 13:47:31 +0000
committerHarald Welte <laforge@gnumonks.org>2005-01-22 13:47:31 +0000
commit22a8c9365f62cf64141e93a574a7b41ba66a4dbe (patch)
tree2501bae17ec479221bd77574bb4901c3d997707b /extensions
parent2b9a577a68c49d4ac3f44dbf0eb6c622de6b5c30 (diff)
fix name of 'extra_opts' structure member (Nikolai Malykh)
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_dstlimit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_dstlimit.c b/extensions/libipt_dstlimit.c
index c4e90c6d..0d4dc09f 100644
--- a/extensions/libipt_dstlimit.c
+++ b/extensions/libipt_dstlimit.c
@@ -333,7 +333,7 @@ static struct iptables_match dstlimit = {
.final_check = &final_check,
.print = &print,
.save = &save,
- .opts_extra = opts
+ .extra_opts = opts
};
void _init(void)