Browse Source

[2023] Fix notify command name in the xfrout command_handler

Mukund Sivaraman 13 years ago
parent
commit
380c6b2774
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/xfrout/xfrout.py.in

+ 1 - 1
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: