X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=net%2Fopenvswitch%2Fconntrack.c;h=31045ef44a82b925e53ce34da2aca74448dd9c8d;hb=6a497e9d5828120cf55c2aea508176d94cf7f5ba;hp=e054a748ff2502f2d1a63b61056c64a6aa24059e;hpb=5617c122e6015e2371c0bd6b5ad2e070844df24a;p=cascardo%2Flinux.git diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c index e054a748ff25..31045ef44a82 100644 --- a/net/openvswitch/conntrack.c +++ b/net/openvswitch/conntrack.c @@ -1367,7 +1367,7 @@ static void __ovs_ct_free_action(struct ovs_conntrack_info *ct_info) if (ct_info->helper) module_put(ct_info->helper->me); if (ct_info->ct) - nf_ct_put(ct_info->ct); + nf_ct_tmpl_free(ct_info->ct); } void ovs_ct_init(struct net *net)