netdev: Allow providers to be managed at runtime.
[cascardo/ovs.git] / extras / ezio / ovs-switchui.c
index 31e37f6..4f0843f 100644 (file)
@@ -2458,7 +2458,7 @@ abbreviate_netdevs(const struct svec *netdevs, struct ds *abbrev)
 static void
 choose_netdevs(struct svec *choices)
 {
-    struct svec netdevs;
+    struct svec netdevs = SVEC_EMPTY_INITIALIZER;
     struct menu menu;
     size_t i;