diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/nf_nat_helper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/netfilter/nf_nat_helper.c b/net/ipv4/netfilter/nf_nat_helper.c index 4c0232842e75..ca57f47bbd25 100644 --- a/net/ipv4/netfilter/nf_nat_helper.c +++ b/net/ipv4/netfilter/nf_nat_helper.c | |||
@@ -44,8 +44,7 @@ adjust_tcp_sequence(u32 seq, | |||
44 | struct nf_nat_seq *this_way, *other_way; | 44 | struct nf_nat_seq *this_way, *other_way; |
45 | struct nf_conn_nat *nat = nfct_nat(ct); | 45 | struct nf_conn_nat *nat = nfct_nat(ct); |
46 | 46 | ||
47 | pr_debug("adjust_tcp_sequence: seq = %u, sizediff = %d\n", | 47 | pr_debug("adjust_tcp_sequence: seq = %u, sizediff = %d\n", seq, seq); |
48 | ntohl(seq), seq); | ||
49 | 48 | ||
50 | dir = CTINFO2DIR(ctinfo); | 49 | dir = CTINFO2DIR(ctinfo); |
51 | 50 | ||