From 28998b228c837c5c447ef01491182b2e3a645294 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 5 Mar 2010 16:35:23 -0800 Subject: [PATCH] ofproto: Fix stupid typo that broke the build. --- ofproto/ofproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index a5edf9e1..1a653ec4 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++) { -- 2.30.2