ovs-switchui: Fix typo.
authorBen Pfaff <blp@nicira.com>
Thu, 11 Feb 2010 23:19:39 +0000 (15:19 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 12 Feb 2010 21:18:45 +0000 (13:18 -0800)
extras/ezio/ovs-switchui.c

index 6656ae3..3ab8932 100644 (file)
@@ -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);