Browse Source

[2225_xfrout] remove an unnecessary keyword argument

Naoki Kambe 12 years ago
parent
commit
f90889b655
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/notify/notify_out.py

+ 1 - 1
src/lib/python/isc/notify/notify_out.py

@@ -128,7 +128,7 @@ class NotifyOut:
     notify message to its slaves). notify service can be started by
     calling  dispatcher(), and it can be stopped by calling shutdown()
     in another thread. '''
-    def __init__(self, datasrc_file, counter_handler=None, verbose=True):
+    def __init__(self, datasrc_file, verbose=True):
         self._notify_infos = {} # key is (zone_name, zone_class)
         self._waiting_zones = []
         self._notifying_zones = []