From: Ben Pfaff Date: Thu, 18 Dec 2008 22:26:29 +0000 (-0800) Subject: vswitchd: Fix stupid thinko. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aa841aa60de819a02cc1cf7ce384897021eaacf;p=openvswitch vswitchd: Fix stupid thinko. --- diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index d6ce3ebb..0e88885e 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -855,7 +855,6 @@ send_packets(struct bridge *br, const struct flow *flow, uint32_t buffer_id, ofpbuf_put(pbuf, pkt_data, pkt_len); } update_openflow_length(pbuf); - queue_tx(br, pbuf); } if (fbuf) {