ovs-ofctl: Remove dead assignment.
authorEthan Jackson <ethan@nicira.com>
Thu, 31 Mar 2011 23:38:56 +0000 (16:38 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 31 Mar 2011 23:40:43 +0000 (16:40 -0700)
utilities/ovs-ofctl.c

index 81ce1f7..201a963 100644 (file)
@@ -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);