diff --git a/extensions/ACCOUNT/xt_ACCOUNT.c b/extensions/ACCOUNT/xt_ACCOUNT.c index 9cdb5d4..34e16b1 100644 --- a/extensions/ACCOUNT/xt_ACCOUNT.c +++ b/extensions/ACCOUNT/xt_ACCOUNT.c @@ -1015,7 +1015,7 @@ static int ipt_acc_get_ctl(struct sock *sk, int cmd, void *user, int *len) return ret; } -static struct xt_target xt_acc_reg = { +static struct xt_target xt_acc_reg __read_mostly = { .name = "ACCOUNT", .family = AF_INET, .target = ipt_acc_target,