From: Justin Pettit Date: Mon, 8 Feb 2010 23:13:07 +0000 (-0800) Subject: ezio: Fix typo in function call X-Git-Tag: v1.0.0~259^2~91 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=54294187a62dd13ff1531a1a5abcd5761203cd56;p=sliver-openvswitch.git ezio: Fix typo in function call --- diff --git a/extras/ezio/ovs-switchui.c b/extras/ezio/ovs-switchui.c index 67f974768..16a6903f5 100644 --- 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 = ofpbuf_put_uninit(b, sizeof *psr); memset(psr, 0, sizeof *psr); psr->port_no = htons(OFPP_NONE); update_openflow_length(b);