commit | b79d1d54cf0672f764402fe4711ef5306f917bd3 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Mar 25 21:39:21 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 25 21:39:21 2010 -0700 |
tree | 44fb00ef8ed3b3dab2d4b0c37aa78531c551c861 | |
parent | b54c9b98bbfb4836b1f7441c5a9db24affd3c2e9 [diff] |
ipv6: Fix result generation in ipv6_get_ifaddr(). Finishing naturally from hlist_for_each_entry(x, ...) does not result in 'x' being NULL. Signed-off-by: David S. Miller <davem@davemloft.net>