ovs.db.types: Always initialize ref_type attribute.
[openvswitch] / utilities / bugtool / ovs-bugtool.in
index b628939a5f201af98d984ea3d9962d1a1142fcad..c2b603f2da9bb77ee42bfe8f3de20a160b2fc177 100755 (executable)
@@ -390,7 +390,7 @@ def collect_data():
 
 def main(argv = None):
     global ANSWER_YES_TO_ALL, SILENT_MODE
-    global entries, data, dbg
+    global entries, data, dbg, unlimited_data
 
     # we need access to privileged files, exit if we are not running as root
     if os.getuid() != 0: