commit | d1f224ae186b834af647661ffaf403a817c050ce | [log] [tgz] |
---|---|---|
author | James Chapman <jchapman@katalix.com> | Tue Apr 10 00:10:42 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 13 11:01:44 2012 -0400 |
tree | ba97e12cf85c7f81e4829928ffdd5b4aad3e1fe7 | |
parent | 31304165ffb888483e0f7c805876f25f493a3049 [diff] |
l2tp: fix refcount leak in l2tp_ip sockets The l2tp_ip socket close handler does not update the module refcount correctly which prevents module unload after the first bind() call on an L2TPv3 IP encapulation socket. Signed-off-by: James Chapman <jchapman@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>