datapath-windows: Refactor CreateQueue function to handle vport pid.
[cascardo/ovs.git] / datapath-windows / ovsext / Tunnel.c
index eb45454..b55a223 100644 (file)
@@ -320,7 +320,7 @@ OvsInjectPacketThroughActions(PNET_BUFFER_LIST pNbl,
             if (elem) {
                 /* Complete the packet since it was copied to user buffer. */
                 InsertTailList(&missedPackets, &elem->link);
-                OvsQueuePackets(OVS_DEFAULT_PACKET_QUEUE, &missedPackets, 1);
+                OvsQueuePackets(&missedPackets, 1);
             } else {
                 status = STATUS_INSUFFICIENT_RESOURCES;
             }