From: Daniel Roman <[email protected]> Bug #5443. --- AUTHORS | 1 + utilities/bugtool/ovs-bugtool.in | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/AUTHORS b/AUTHORS index c7d56fd..da82f10 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,7 @@ Bryan Phillippe [email protected] Casey Barker [email protected] Chuck Short [email protected] Dan Wendlandt [email protected] +Daniel Roman [email protected] David Erickson [email protected] Ethan Jackson [email protected] Gaetano Catalli [email protected] diff --git a/utilities/bugtool/ovs-bugtool.in b/utilities/bugtool/ovs-bugtool.in index b628939..c2b603f 100755 --- a/utilities/bugtool/ovs-bugtool.in +++ b/utilities/bugtool/ovs-bugtool.in @@ -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: -- 1.7.4.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
