Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78541
b: refs/heads/master
c: a7c4295
h: refs/heads/master
i:
  78539: 36178d4
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 28, 2008
1 parent 3bf658a commit 6bc7349
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: 7b2f9631e789c3e7d59201c21f09a24cd6ce3b1a
refs/heads/master: a7c42955e036127f793ad955d3ec718494efb1eb
1 change: 0 additions & 1 deletion trunk/net/netfilter/nf_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ void nf_log_packet(int pf,
va_start(args, fmt);
vsnprintf(prefix, sizeof(prefix), fmt, args);
va_end(args);
/* We must read logging before nf_logfn[pf] */
logger->logfn(pf, hooknum, skb, in, out, loginfo, prefix);
} else if (net_ratelimit()) {
printk(KERN_WARNING "nf_log_packet: can\'t log since "
Expand Down

0 comments on commit 6bc7349

Please sign in to comment.