summaryrefslogtreecommitdiff
path: root/ovn
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-12-01 16:57:29 -0800
committerBen Pfaff <blp@ovn.org>2016-12-02 09:07:57 -0800
commitab53d22ce95458d4ecdfdf672407f32359327c94 (patch)
tree0c1801d6f3ff5fdf21e5832c7476ac7726365640 /ovn
parent51738fe1765c33f73fc0aabba46052aa7bdba153 (diff)
downloadopenvswitch-ab53d22ce95458d4ecdfdf672407f32359327c94.tar.gz
ovn-controller: 'lports' and 'mcgroups' need not be static.
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Simon Horman <simon.horman@netronome.com>
Diffstat (limited to 'ovn')
-rw-r--r--ovn/controller/ovn-controller.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ovn/controller/ovn-controller.c b/ovn/controller/ovn-controller.c
index 52eb491bd..c9dc2aae3 100644
--- a/ovn/controller/ovn-controller.c
+++ b/ovn/controller/ovn-controller.c
@@ -524,8 +524,8 @@ main(int argc, char *argv[])
patch_run(&ctx, br_int, chassis_id, &local_datapaths,
&patched_datapaths);
- static struct lport_index lports;
- static struct mcgroup_index mcgroups;
+ struct lport_index lports;
+ struct mcgroup_index mcgroups;
lport_index_init(&lports, ctx.ovnsb_idl);
mcgroup_index_init(&mcgroups, ctx.ovnsb_idl);