[ovs-dev] [PATCH 2/2] ovs-switchui: Fix typo.
Justin Pettit
jpettit at nicira.com
Fri Feb 12 14:41:02 PST 2010
Whoops. :-) I had fixed this in the "next-of1.0" branch, which is where I figured all the builds would happen.
--Justin
On Feb 11, 2010, at 3:22 PM, Ben Pfaff wrote:
> ---
> extras/ezio/ovs-switchui.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/extras/ezio/ovs-switchui.c b/extras/ezio/ovs-switchui.c
> index 6656ae3..3ab8932 100644
> --- a/extras/ezio/ovs-switchui.c
> +++ b/extras/ezio/ovs-switchui.c
> @@ -1112,7 +1112,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 = ofpbuf_put_uninit(b, sizeof *psr);
> memset(psr, 0, sizeof *psr);
> psr->port_no = htons(OFPP_NONE);
> update_openflow_length(b);
> --
> 1.6.6.1
>
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org
More information about the dev
mailing list