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:47:20 +0000 (09:47 -0700)
Bug #5443.

AUTHORS
utilities/bugtool/ovs-bugtool.in

diff --git a/AUTHORS b/AUTHORS
index c56c3c1..98c7b84 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -8,6 +8,7 @@ Ben Pfaff               blp@nicira.com
 Bryan Phillippe         bp@toroki.com
 Casey Barker            crbarker@google.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 b628939..c2b603f 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: