aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/netfilter/nf_log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/nf_log.c b/net/netfilter/nf_log.c
index ed9116dc78b5..4f5f2885fcac 100644
--- a/net/netfilter/nf_log.c
+++ b/net/netfilter/nf_log.c
@@ -91,7 +91,6 @@ void nf_log_packet(int pf,
91 va_start(args, fmt); 91 va_start(args, fmt);
92 vsnprintf(prefix, sizeof(prefix), fmt, args); 92 vsnprintf(prefix, sizeof(prefix), fmt, args);
93 va_end(args); 93 va_end(args);
94 /* We must read logging before nf_logfn[pf] */
95 logger->logfn(pf, hooknum, skb, in, out, loginfo, prefix); 94 logger->logfn(pf, hooknum, skb, in, out, loginfo, prefix);
96 } else if (net_ratelimit()) { 95 } else if (net_ratelimit()) {
97 printk(KERN_WARNING "nf_log_packet: can\'t log since " 96 printk(KERN_WARNING "nf_log_packet: can\'t log since "