projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a719c3
)
ezio: Fix typo in function call
author
Justin Pettit
<jpettit@nicira.com>
Mon, 8 Feb 2010 23:13:07 +0000
(15:13 -0800)
committer
Justin Pettit
<jpettit@nicira.com>
Sat, 20 Feb 2010 10:22:30 +0000
(
02:22
-0800)
extras/ezio/ovs-switchui.c
patch
|
blob
|
history
diff --git
a/extras/ezio/ovs-switchui.c
b/extras/ezio/ovs-switchui.c
index 67f97476810398158bf112fd929856441e010b53..16a6903f5feba3a5983559c53ba9d47e57fdcee4 100644
(file)
--- a/
extras/ezio/ovs-switchui.c
+++ b/
extras/ezio/ovs-switchui.c
@@
-1113,7
+1113,7
@@
do_show_data_rates(void *rates_)
rates->xid, &b);
rq->type = htons(OFPST_PORT);
rq->flags = htons(0);
- psr = ofbuf_put_uninit(b, sizeof *psr);
+ psr = of
p
buf_put_uninit(b, sizeof *psr);
memset(psr, 0, sizeof *psr);
psr->port_no = htons(OFPP_NONE);
update_openflow_length(b);