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 c7d56fd..da82f10 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 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: