BIND 10 trac2855, updated. e1fa56d110619ec50ee3683bfd515cb23fd75191 [2855] Move code out of lock region

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Jun 24 13:36:08 UTC 2013


The branch, trac2855 has been updated
       via  e1fa56d110619ec50ee3683bfd515cb23fd75191 (commit)
      from  5d90a73da81fcd5f908b650663166124ca76bea0 (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 e1fa56d110619ec50ee3683bfd515cb23fd75191
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Jun 24 14:58:08 2013 +0530

    [2855] Move code out of lock region

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

Summary of changes:
 src/lib/python/isc/memmgr/builder.py |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/memmgr/builder.py b/src/lib/python/isc/memmgr/builder.py
index 2e8b71c..6b1b193 100644
--- a/src/lib/python/isc/memmgr/builder.py
+++ b/src/lib/python/isc/memmgr/builder.py
@@ -92,9 +92,9 @@ class MemorySegmentBuilder:
                         # queue.
                         with self._lock:
                             self._response_queue.append(('bad_command',))
-                            # In this case, we do not notify the main
-                            # thread about a response on the socket, as
-                            # we quit the main loop here anyway (and any
-                            # enclosing thread).
-                            self._shutdown = True
-                            break
+                        # In this case, we do not notify the main
+                        # thread about a response on the socket, as
+                        # we quit the main loop here anyway (and any
+                        # enclosing thread).
+                        self._shutdown = True
+                        break



More information about the bind10-changes mailing list