netfilter: xtables: change hotdrop pointer to direct modification
[safe/jmp/linux-2.6] / net / netfilter / xt_esp.c
index 7c2d800..171ba82 100644 (file)
@@ -52,7 +52,7 @@ static bool esp_mt(const struct sk_buff *skb, struct xt_action_param *par)
                 * can't.  Hence, no choice but to drop.
                 */
                pr_debug("Dropping evil ESP tinygram.\n");
-               *par->hotdrop = true;
+               par->hotdrop = true;
                return false;
        }