Patch fixes following warning:
datapath/linux/flow_table.c:580:40: warning: symbol 'flow' shadows an earlier 
one
datapath/linux/flow_table.c:558:24: originally declared here

Reported-by: Ben Pfaff <b...@nicira.com>
Signed-off-by: Pravin B Shelar <pshe...@nicira.com>
---
 datapath/flow_table.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/datapath/flow_table.c b/datapath/flow_table.c
index c8bd9d1..58a25c7 100644
--- a/datapath/flow_table.c
+++ b/datapath/flow_table.c
@@ -577,7 +577,6 @@ struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table 
*tbl,
 
                if (ce->skb_hash == skb_hash) {
                        struct sw_flow_mask *mask;
-                       struct sw_flow *flow;
 
                        mask = rcu_dereference_ovsl(ma->masks[ce->mask_index]);
                        if (mask) {
-- 
1.7.10.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to