From 54294187a62dd13ff1531a1a5abcd5761203cd56 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 8 Feb 2010 15:13:07 -0800 Subject: [PATCH] ezio: Fix typo in function call --- extras/ezio/ovs-switchui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2