]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/openvswitch/conntrack.h
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[karo-tx-linux.git] / net / openvswitch / conntrack.h
index 82e0dfc660280cbd24bfd61ac57c0523762b5998..a7544f405c1626f6564075f4453832b311b1ac29 100644 (file)
@@ -67,6 +67,7 @@ static inline int ovs_ct_execute(struct net *net, struct sk_buff *skb,
                                 struct sw_flow_key *key,
                                 const struct ovs_conntrack_info *info)
 {
+       kfree_skb(skb);
        return -ENOTSUPP;
 }