BIND 10 trac2989, updated. 71915b1dfa6aa414bf26a4e6ff7fb4da8d86066b [2989] Adjust creation of notifier from xfrout

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jul 25 09:04:00 UTC 2013


The branch, trac2989 has been updated
       via  71915b1dfa6aa414bf26a4e6ff7fb4da8d86066b (commit)
      from  c8dc63849cb042f22a8c16b8d55bfa77ebe5c14e (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 71915b1dfa6aa414bf26a4e6ff7fb4da8d86066b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Jul 25 11:03:42 2013 +0200

    [2989] Adjust creation of notifier from xfrout

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

Summary of changes:
 src/bin/xfrout/xfrout.py.in |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/xfrout.py.in b/src/bin/xfrout/xfrout.py.in
index e26bc9a..3b3a206 100755
--- a/src/bin/xfrout/xfrout.py.in
+++ b/src/bin/xfrout/xfrout.py.in
@@ -1043,7 +1043,16 @@ class XfroutServer:
 
     def _start_notifier(self):
         datasrc = self._unix_socket_server.get_db_file()
-        self._notifier = notify_out.NotifyOut(datasrc)
+        self._notifier = notify_out.NotifyOut({
+            'IN': [
+                {
+                    'type': 'sqlite3',
+                    'params': {
+                        'database_file': datasrc
+                    }
+                }
+            ]
+        })
         if 'also_notify' in self._config_data:
             for slave in self._config_data['also_notify']:
                 self._notifier.add_slave(slave['address'], slave['port'])



More information about the bind10-changes mailing list