Add missing "static" keywords.
[sliver-openvswitch.git] / utilities / ovs-dpctl.c
index 40048b4..2d0ec12 100644 (file)
@@ -46,7 +46,7 @@
 VLOG_DEFINE_THIS_MODULE(dpctl);
 
 /* -s, --statistics: Print port statistics? */
-bool print_statistics;
+static bool print_statistics;
 
 static const struct command all_commands[];