BIND 10 trac2676, updated. 0735f72f09fc04cb01aa4df9912ecd265b4f8a05 [2676] avoid the situation where an uninitialized variable is used

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 20 17:09:31 UTC 2013


The branch, trac2676 has been updated
       via  0735f72f09fc04cb01aa4df9912ecd265b4f8a05 (commit)
      from  e4aaeac97a46220f8f333ae8e1e5b39611995786 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0735f72f09fc04cb01aa4df9912ecd265b4f8a05
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Feb 20 09:09:16 2013 -0800

    [2676] avoid the situation where an uninitialized variable is used

-----------------------------------------------------------------------

Summary of changes:
 src/bin/stats/stats.py.in |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/bin/stats/stats.py.in b/src/bin/stats/stats.py.in
index 2711f2d..9ace6c8 100755
--- a/src/bin/stats/stats.py.in
+++ b/src/bin/stats/stats.py.in
@@ -261,6 +261,7 @@ class Stats:
             # TODO: Is it OK to just pass? As part of refactoring, preserving
             # the original behaviour.
             value = None
+        modules = []
         if type(value) is list:
             # NOTE: For example, the "show_processes" command
             # of Init is assumed to return the response in this



More information about the bind10-changes mailing list