ovs-bugtool: Fix --unlimited option.
authorDaniel Roman <droman@nicira.com>
Wed, 21 Sep 2011 21:44:15 +0000 (14:44 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 22 Sep 2011 16:46:35 +0000 (09:46 -0700)
Bug #5443.

AUTHORS
utilities/bugtool/ovs-bugtool.in

diff --git a/AUTHORS b/AUTHORS
index c7d56fdff955bfd0ef48ae2e26aa9ea5bfc479d8..da82f1039b6184f98f3cc61c805d31c1436d161e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,6 +9,7 @@ Bryan Phillippe         bp@toroki.com
 Casey Barker            crbarker@google.com
 Chuck Short             zulcss@ubuntu.com
 Dan Wendlandt           dan@nicira.com
+Daniel Roman            droman@nicira.com
 David Erickson          derickso@stanford.edu
 Ethan Jackson           ethan@nicira.com
 Gaetano Catalli         gaetano.catalli@gmail.com
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: