[NETFILTER]: x_tables: remove unused argument to target functions
[deliverable/linux.git] / net / ipv4 / netfilter / ipt_LOG.c
index b98f7b08b084586478ec431ec83485aa6118ff8c..a8d356c6191ff273080483472759083db9ed47ac 100644 (file)
@@ -416,8 +416,7 @@ ipt_log_target(struct sk_buff **pskb,
               const struct net_device *out,
               unsigned int hooknum,
               const struct xt_target *target,
-              const void *targinfo,
-              void *userinfo)
+              const void *targinfo)
 {
        const struct ipt_log_info *loginfo = targinfo;
        struct nf_loginfo li;
This page took 0.026667 seconds and 5 git commands to generate.