From: Ben Pfaff Date: Sat, 6 Mar 2010 00:35:23 +0000 (-0800) Subject: ofproto: Fix stupid typo that broke the build. X-Git-Tag: v1.0.0~259^2~34 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=28998b228c837c5c447ef01491182b2e3a645294;p=sliver-openvswitch.git ofproto: Fix stupid typo that broke the build. --- diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index a5edf9e1c..1a653ec41 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -2597,7 +2597,7 @@ query_stats(struct ofproto *p, struct rule *rule, odp_flows[0].key = rule->cr.flow; } - /* Fetch up-to-date statistics from the datapath and add them in. */ */ + /* Fetch up-to-date statistics from the datapath and add them in. */ if (!dpif_flow_get_multiple(p->dpif, odp_flows, n_odp_flows)) { size_t i; for (i = 0; i < n_odp_flows; i++) {