netfilter: xtables: change hotdrop pointer to direct modification
[safe/jmp/linux-2.6] / net / netfilter / xt_hashlimit.c
index 25a6e54..b46a839 100644 (file)
@@ -562,7 +562,7 @@ hashlimit_mt(const struct sk_buff *skb, struct xt_action_param *par)
        return info->cfg.mode & XT_HASHLIMIT_INVERT;
 
  hotdrop:
-       *par->hotdrop = true;
+       par->hotdrop = true;
        return false;
 }