commit | f0bdb7ba5af5a7028479e9067ee74e9d66eea6df | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Tue Apr 01 23:57:36 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 01 23:57:36 2008 -0700 |
tree | 2c78ed5e390354c9864b123d4862d7f12a8969e1 | |
parent | 06501d29ada4457349f4f4427bbf0bbb7c59b8f6 [diff] |
[IPV6] RAW: Remove ancient comment. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c index c1e495f..aae6ced 100644 --- a/net/ipv6/raw.c +++ b/net/ipv6/raw.c
@@ -168,11 +168,6 @@ read_lock(&raw_v6_hashinfo.lock); sk = sk_head(&raw_v6_hashinfo.ht[hash]); - /* - * The first socket found will be delivered after - * delivery to transport protocols. - */ - if (sk == NULL) goto out;