I don't see any reason for this to be static.

Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 lib/netdev-vport.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c
index 08169a1..4021eda 100644
--- a/lib/netdev-vport.c
+++ b/lib/netdev-vport.c
@@ -214,7 +214,7 @@ netdev_vport_get_etheraddr(const struct netdev *netdev,
 static int
 tunnel_get_status(const struct netdev *netdev, struct smap *smap)
 {
-    static char iface[IFNAMSIZ];
+    char iface[IFNAMSIZ];
     ovs_be32 route;
 
     route = netdev_vport_get_dev(netdev)->tnl_cfg.ip_dst;
-- 
1.7.2.5

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

Reply via email to