Merge remote-tracking branch 'regmap/for-next'
[deliverable/linux.git] / net / netfilter / nf_conntrack_pptp.c
index 5588c7ae1ac26740df91576867d5aff51aa961f9..f60a4755d71e2b0763be35e07976e02169e1b01e 100644 (file)
@@ -157,8 +157,7 @@ static int destroy_sibling_or_exp(struct net *net, struct nf_conn *ct,
                pr_debug("setting timeout of conntrack %p to 0\n", sibling);
                sibling->proto.gre.timeout        = 0;
                sibling->proto.gre.stream_timeout = 0;
-               if (del_timer(&sibling->timeout))
-                       sibling->timeout.function((unsigned long)sibling);
+               nf_ct_kill(sibling);
                nf_ct_put(sibling);
                return 1;
        } else {
This page took 0.036716 seconds and 5 git commands to generate.