BIND 10 trac1678, updated. bb52e879ee7b68c162b5ad36648b9f2c0fc18f19 [1678] removed unnecessary (maybe harmful) return. okayed on jabber.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 27 19:23:22 UTC 2012


The branch, trac1678 has been updated
       via  bb52e879ee7b68c162b5ad36648b9f2c0fc18f19 (commit)
      from  d125d7da8b990b238993f59353e8a11832785706 (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 bb52e879ee7b68c162b5ad36648b9f2c0fc18f19
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Feb 27 11:22:56 2012 -0800

    [1678] removed unnecessary (maybe harmful) return.  okayed on jabber.

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

Summary of changes:
 tests/lettuce/features/terrain/bind10_control.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/terrain/bind10_control.py b/tests/lettuce/features/terrain/bind10_control.py
index 227d654..b2a367c 100644
--- a/tests/lettuce/features/terrain/bind10_control.py
+++ b/tests/lettuce/features/terrain/bind10_control.py
@@ -206,7 +206,6 @@ def find_process_pid(step, process_name):
     for process in running_processes:
         if process[1] == process_name:
             return process[0]
-    return None
     assert False, "Process named " + process_name +\
                   " not found in output of Boss show_processes";
 



More information about the bind10-changes mailing list