Skip to content

Commit

Permalink
netfilter: nfnetlink_log: remove unused parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
  • Loading branch information
Florian Westphal authored and Patrick McHardy committed Feb 15, 2011
1 parent a2361c8 commit 8248779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/netfilter/nfnetlink_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ __build_packet_message(struct nfulnl_instance *inst,
unsigned int hooknum,
const struct net_device *indev,
const struct net_device *outdev,
const struct nf_loginfo *li,
const char *prefix, unsigned int plen)
{
struct nfulnl_msg_packet_hdr pmsg;
Expand Down Expand Up @@ -652,7 +651,7 @@ nfulnl_log_packet(u_int8_t pf,
inst->qlen++;

__build_packet_message(inst, skb, data_len, pf,
hooknum, in, out, li, prefix, plen);
hooknum, in, out, prefix, plen);

if (inst->qlen >= qthreshold)
__nfulnl_flush(inst);
Expand Down

0 comments on commit 8248779

Please sign in to comment.