Guillaume Nault 31e2f21fb3 l2tp: fix address test in __l2tp_ip6_bind_lookup()
The '!(addr && ipv6_addr_equal(addr, laddr))' part of the conditional
matches if addr is NULL or if addr != laddr.
But the intend of __l2tp_ip6_bind_lookup() is to find a sockets with
the same address, so the ipv6_addr_equal() condition needs to be
inverted.

For better clarity and consistency with the rest of the expression, the
(!X || X == Y) notation is used instead of !(X && X != Y).

Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-11-30 14:14:08 -05:00
..
2016-10-20 14:32:22 -04:00
2016-06-28 05:26:14 -04:00
2016-07-05 14:08:47 -07:00
2016-10-20 14:32:22 -04:00
2016-11-29 20:45:54 -05:00
2016-05-29 22:33:25 -07:00
2016-10-20 11:23:08 -04:00
2016-11-18 16:32:21 -08:00
2016-11-18 07:00:05 +01:00
2016-06-09 23:41:03 -07:00
2016-08-17 19:36:23 -04:00
2016-08-17 19:36:23 -04:00