]> Pileus Git - ~andy/linux/commitdiff
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-2.6
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Jul 2011 01:38:53 +0000 (18:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jul 2011 01:38:53 +0000 (18:38 -0700)
net/netfilter/ipvs/ip_vs_ctl.c

index be43fd805bd073c4f17bb160b57d673626220a1b..2b771dc708a30d212ed37fc1a76abb759279f159 100644 (file)
@@ -3771,6 +3771,7 @@ err_sock:
 void ip_vs_control_cleanup(void)
 {
        EnterFunction(2);
+       unregister_netdevice_notifier(&ip_vs_dst_notifier);
        ip_vs_genl_unregister();
        nf_unregister_sockopt(&ip_vs_sockopts);
        LeaveFunction(2);