projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01149cf
)
ofproto: Fix stupid typo that broke the build.
author
Ben Pfaff
<blp@nicira.com>
Sat, 6 Mar 2010 00:35:23 +0000
(16:35 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Sat, 6 Mar 2010 00:35:23 +0000
(16:35 -0800)
ofproto/ofproto.c
patch
|
blob
|
history
diff --git
a/ofproto/ofproto.c
b/ofproto/ofproto.c
index a5edf9e1c9d9954998c2cef33162d286c0214596..1a653ec4113bf46fd04675747c486ad40c6c5452 100644
(file)
--- 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++) {