From: Justin Pettit Date: Mon, 8 Feb 2010 23:13:07 +0000 (-0800) Subject: ezio: Fix typo in function call X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54294187a62dd13ff1531a1a5abcd5761203cd56;p=openvswitch ezio: Fix typo in function call --- diff --git a/extras/ezio/ovs-switchui.c b/extras/ezio/ovs-switchui.c index 67f97476..16a6903f 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);