]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/netfilter/xt_time.c
netfilter: xtables: substitute temporary defines by final name
[mirror_ubuntu-artful-kernel.git] / net / netfilter / xt_time.c
index d8556fdda440258ba0587ca5d4909441a1799e1f..ffdb8fac0be1822340cc798c807333c21f8cf72c 100644 (file)
@@ -152,7 +152,7 @@ static void localtime_3(struct xtm *r, time_t time)
 }
 
 static bool
-time_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+time_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct xt_time_info *info = par->matchinfo;
        unsigned int packet_time;