Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81948
b: refs/heads/master
c: 969d710
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Feb 1, 2008
1 parent 6456442 commit db45152
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: 9e232495de8a1d0aa861d9a70b756315c05958f2
refs/heads/master: 969d71089f9b26f7ca4721c8c6559e50d81438f5
3 changes: 1 addition & 2 deletions trunk/net/ipv4/netfilter/nf_nat_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ adjust_tcp_sequence(u32 seq,
struct nf_nat_seq *this_way, *other_way;
struct nf_conn_nat *nat = nfct_nat(ct);

pr_debug("adjust_tcp_sequence: seq = %u, sizediff = %d\n",
ntohl(seq), seq);
pr_debug("adjust_tcp_sequence: seq = %u, sizediff = %d\n", seq, seq);

dir = CTINFO2DIR(ctinfo);

Expand Down

0 comments on commit db45152

Please sign in to comment.