BIND 10 master, updated. 380c6b2774d10e0e08f60177c390a7692e1130de [2023] Fix notify command name in the xfrout command_handler

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jun 20 05:25:01 UTC 2012


The branch, master has been updated
       via  380c6b2774d10e0e08f60177c390a7692e1130de (commit)
      from  b5fbf8a408a047a2552e89ef435a609f5df58d8c (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 380c6b2774d10e0e08f60177c390a7692e1130de
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Jun 20 10:33:19 2012 +0530

    [2023] Fix notify command name in the xfrout command_handler

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/xfrout.py.in b/src/bin/xfrout/xfrout.py.in
index d0c54f8..46ae687 100755
--- a/src/bin/xfrout/xfrout.py.in
+++ b/src/bin/xfrout/xfrout.py.in
@@ -1008,7 +1008,7 @@ class XfroutServer:
             self.shutdown()
             answer = create_answer(0)
 
-        elif cmd == notify_out.ZONE_NEW_DATA_READY_CMD:
+        elif cmd == "notify":
             zone_name = args.get('zone_name')
             zone_class = args.get('zone_class')
             if not zone_class:



More information about the bind10-changes mailing list