Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237531
b: refs/heads/master
c: 8248779
h: refs/heads/master
i:
  237529: 83f9937
  237527: 3a18502
v: v3
  • Loading branch information
Florian Westphal authored and Patrick McHardy committed Feb 15, 2011
1 parent eb062cc commit f9af5aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a2361c8735e07322023aedc36e4938b35af31eb0
refs/heads/master: 8248779b1878f17cce2bb809831f4f2a252bdb77
3 changes: 1 addition & 2 deletions trunk/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 f9af5aa

Please sign in to comment.