diff options
author | Florian Westphal <fw@strlen.de> | 2011-02-15 15:59:37 -0500 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2011-02-15 15:59:37 -0500 |
commit | 8248779b1878f17cce2bb809831f4f2a252bdb77 (patch) | |
tree | a95b7b0987be02ac7be38ae081038068b7bb9854 /net | |
parent | a2361c8735e07322023aedc36e4938b35af31eb0 (diff) |
netfilter: nfnetlink_log: remove unused parameter
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/nfnetlink_log.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/netfilter/nfnetlink_log.c b/net/netfilter/nfnetlink_log.c index 91592da504b9..985e9b76c916 100644 --- a/net/netfilter/nfnetlink_log.c +++ b/net/netfilter/nfnetlink_log.c | |||
@@ -376,7 +376,6 @@ __build_packet_message(struct nfulnl_instance *inst, | |||
376 | unsigned int hooknum, | 376 | unsigned int hooknum, |
377 | const struct net_device *indev, | 377 | const struct net_device *indev, |
378 | const struct net_device *outdev, | 378 | const struct net_device *outdev, |
379 | const struct nf_loginfo *li, | ||
380 | const char *prefix, unsigned int plen) | 379 | const char *prefix, unsigned int plen) |
381 | { | 380 | { |
382 | struct nfulnl_msg_packet_hdr pmsg; | 381 | struct nfulnl_msg_packet_hdr pmsg; |
@@ -652,7 +651,7 @@ nfulnl_log_packet(u_int8_t pf, | |||
652 | inst->qlen++; | 651 | inst->qlen++; |
653 | 652 | ||
654 | __build_packet_message(inst, skb, data_len, pf, | 653 | __build_packet_message(inst, skb, data_len, pf, |
655 | hooknum, in, out, li, prefix, plen); | 654 | hooknum, in, out, prefix, plen); |
656 | 655 | ||
657 | if (inst->qlen >= qthreshold) | 656 | if (inst->qlen >= qthreshold) |
658 | __nfulnl_flush(inst); | 657 | __nfulnl_flush(inst); |