From 303fc9dc176cebfc708a7c58d456fe881f3ea25f Mon Sep 17 00:00:00 2001 From: Sangtae Ha Date: Tue, 29 May 2007 13:24:11 -0700 Subject: [PATCH] --- yaml --- r: 57166 b: refs/heads/master c: 63313494c4419bd5d60b4f3ef8970a98525ac9d3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv4/tcp_probe.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d2f6c5771077..2d356ced37ae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4540250be1d724943a55eb9668e6edc1aaae28c4 +refs/heads/master: 63313494c4419bd5d60b4f3ef8970a98525ac9d3 diff --git a/trunk/net/ipv4/tcp_probe.c b/trunk/net/ipv4/tcp_probe.c index 3938d5dbdf20..1b72c55d336f 100644 --- a/trunk/net/ipv4/tcp_probe.c +++ b/trunk/net/ipv4/tcp_probe.c @@ -95,7 +95,7 @@ static int jtcp_rcv_established(struct sock *sk, struct sk_buff *skb, /* Only update if port matches */ if ((port == 0 || ntohs(inet->dport) == port || ntohs(inet->sport) == port) && (full || tp->snd_cwnd != tcpw.lastcwnd)) { - printl("%d.%d.%d.%d:%u %d.%d.%d.%d:%u %d %#x %#x %u %u %u\n", + printl("%d.%d.%d.%d:%u %d.%d.%d.%d:%u %d %#x %#x %u %u %u %u\n", NIPQUAD(inet->saddr), ntohs(inet->sport), NIPQUAD(inet->daddr), ntohs(inet->dport), skb->len, tp->snd_nxt, tp->snd_una,