vlog: Fix typo in VLOG_IS_ERR_ENABLED macro definition.
[openvswitch] / datapath / actions.c
index a8884a3d4c95460232464ce778674ddf149a6105..ed61039a0a3d6dee88d762ea62934ce95dcf2e67 100644 (file)
@@ -322,7 +322,7 @@ static int do_execute_actions(struct datapath *dp, struct sk_buff *skb,
        if (prev_port != -1)
                do_output(dp, skb, prev_port);
        else
-               kfree_skb(skb);
+               consume_skb(skb);
 
        return 0;
 }