BIND 10 trac2856, updated. 644a03f0da719b01456ea0115cc0bd661ff9e636 [2856] Fix handle_load() invocation
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jul 8 13:02:50 UTC 2013
The branch, trac2856 has been updated
via 644a03f0da719b01456ea0115cc0bd661ff9e636 (commit)
from 89a447a134798d2d59ae7a5565a9f07271ed6e9e (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 644a03f0da719b01456ea0115cc0bd661ff9e636
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Jul 8 18:32:37 2013 +0530
[2856] Fix handle_load() invocation
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/memmgr/builder.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/memmgr/builder.py b/src/lib/python/isc/memmgr/builder.py
index a94b2d0..45b2bbb 100644
--- a/src/lib/python/isc/memmgr/builder.py
+++ b/src/lib/python/isc/memmgr/builder.py
@@ -128,7 +128,8 @@ class MemorySegmentBuilder:
for command_tuple in local_command_queue:
command = command_tuple[0]
if command == 'load':
- self.__handle_load()
+ self.__handle_load(command_tuple[1], command_tuple[2],
+ command_tuple[3], command_tuple[4])
elif command == 'shutdown':
self.__handle_shutdown()
# When the shutdown command is received, we do
More information about the bind10-changes
mailing list