commit | b4dd006760d671337b62532277b0296bcee8dfd4 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Nov 20 15:14:51 2012 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 20 15:16:15 2012 -0500 |
tree | 77eb7ab6620cc6fa7876cbf0c051e2a551503f15 | |
parent | 3e2f61cd7a4e7642dcac4371734426e572f10370 [diff] |
ipv6: fix inet6_csk_update_pmtu() return value In case of error, inet6_csk_update_pmtu() should consistently return NULL. Bug added in commit 35ad9b9cf7d8a (ipv6: Add helper inet6_csk_update_pmtu().) Reported-by: LluĂs Batlle i Rossell <viric@viric.name> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>