From: Ethan Jackson Date: Thu, 31 Mar 2011 23:38:56 +0000 (-0700) Subject: ovs-ofctl: Remove dead assignment. X-Git-Tag: v1.1.0~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=aca8556998ad58619d5d6952c7a724c85ae676c6;p=sliver-openvswitch.git ovs-ofctl: Remove dead assignment. --- diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 81ce1f7e4..201a9633b 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.c @@ -1151,8 +1151,6 @@ read_flows_from_switch(struct vconn *vconn, enum nx_flow_format flow_format, fte_insert(cls, &fs.rule, version, index); } - - osr = ofpbuf_at(reply, 0, sizeof *osr); } else { VLOG_DBG("received reply with xid %08"PRIx32" " "!= expected %08"PRIx32, recv_xid, send_xid);