projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24045e3
)
ovs-ofctl: Remove dead assignment.
author
Ethan Jackson
<ethan@nicira.com>
Thu, 31 Mar 2011 23:38:56 +0000
(16:38 -0700)
committer
Ethan Jackson
<ethan@nicira.com>
Thu, 31 Mar 2011 23:40:43 +0000
(16:40 -0700)
utilities/ovs-ofctl.c
patch
|
blob
|
history
diff --git
a/utilities/ovs-ofctl.c
b/utilities/ovs-ofctl.c
index 81ce1f7e4f534da175fbdd3ee91dd9f7f5d0a8f9..201a9633bd5b075c4d43bbd1e73f947c0399fa3f 100644
(file)
--- 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);