Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122383
b: refs/heads/master
c: 4813ead
h: refs/heads/master
i:
  122381: 07f9d06
  122379: 618c4b2
  122375: de0b32a
  122367: b6d9ffb
v: v3
  • Loading branch information
Patrick McHardy committed Nov 24, 2008
1 parent 591241c commit 2d399a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 328bd8997dbb7184d5389e45c642af44ae6e9043
refs/heads/master: 4813eadf6b17caa7fcce67ac2f929a3dd5178fa2
6 changes: 2 additions & 4 deletions trunk/net/netfilter/nf_conntrack_ftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,8 @@ static int help(struct sk_buff *skb,
connection tracking, not packet filtering.
However, it is necessary for accurate tracking in
this case. */
if (net_ratelimit())
printk("conntrack_ftp: partial %s %u+%u\n",
search[dir][i].pattern,
ntohl(th->seq), datalen);
pr_debug("conntrack_ftp: partial %s %u+%u\n",
search[dir][i].pattern, ntohl(th->seq), datalen);
ret = NF_DROP;
goto out;
} else if (found == 0) { /* No match */
Expand Down

0 comments on commit 2d399a1

Please sign in to comment.