commit | 87b30a6530218cde431a659f2c118cb72175507c | [log] [tgz] |
---|---|---|
author | Benjamin Thery <benjamin.thery@bull.net> | Mon Nov 10 16:34:11 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 10 16:34:11 2008 -0800 |
tree | 792683c82c1ddf7728698c68301cdaa67997bc8e | |
parent | 1207e795568a368928dfd23d6817e47f2e8097e3 [diff] |
ipv6: fix ip6_mr_init error path The order of cleanup operations in the error/exit section of ip6_mr_init() is completely inversed. It should be the other way around. Also a del_timer() is missing in the error path. Signed-off-by: Benjamin Thery <benjamin.thery@bull.net> Signed-off-by: David S. Miller <davem@davemloft.net>