Signed-off-by: Andy Zhou <[email protected]>
---
ofproto/ofproto-dpif.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index ab56728..460f5e1 100644
--- a/ofproto/ofproto-dpif.c
+++ b/ofproto/ofproto-dpif.c
@@ -3653,7 +3653,6 @@ group_dpif_lookup(struct ofproto_dpif *ofproto, uint32_t
group_id,
struct ofgroup *ofgroup;
bool found;
- *group = NULL;
found = ofproto_group_lookup(&ofproto->up, group_id, &ofgroup);
*group = found ? group_dpif_cast(ofgroup) : NULL;
--
1.9.1
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev