From 5ce3e942ab70d7cbca21535abccf2505b4cf821f Mon Sep 17 00:00:00 2001 From: Leigh Brown Date: Sun, 17 Dec 2006 17:13:10 -0800 Subject: [PATCH] --- yaml --- r: 44670 b: refs/heads/master c: a9fc00cca8327dba3ec2a6c727f4b5b1c449f2a2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv4/tcp_ipv4.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 77fa6830a8be..7e5972695534 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8228a18dd30f5c988b722495ea6c25cb1d2be035 +refs/heads/master: a9fc00cca8327dba3ec2a6c727f4b5b1c449f2a2 diff --git a/trunk/net/ipv4/tcp_ipv4.c b/trunk/net/ipv4/tcp_ipv4.c index fa814fc506d5..bf7a22412bcb 100644 --- a/trunk/net/ipv4/tcp_ipv4.c +++ b/trunk/net/ipv4/tcp_ipv4.c @@ -1186,7 +1186,7 @@ static int tcp_v4_inbound_md5_hash(struct sock *sk, struct sk_buff *skb) return 0; if (hash_expected && !hash_location) { - LIMIT_NETDEBUG(KERN_INFO "MD5 Hash NOT expected but found " + LIMIT_NETDEBUG(KERN_INFO "MD5 Hash expected but NOT found " "(" NIPQUAD_FMT ", %d)->(" NIPQUAD_FMT ", %d)\n", NIPQUAD(iph->saddr), ntohs(th->source), NIPQUAD(iph->daddr), ntohs(th->dest));