##// END OF EJS Templates
hooks-daemon: fixed problem with lost hooks value from .ini file.
milka -
r4619:5dcbb0fe default
parent child Browse files
Show More
@@ -120,7 +120,7 b' class ThreadedHookCallbackDaemon(object)'
120 120 _done = False
121 121
122 122 def __init__(self, txn_id=None, host=None, port=None):
123 self._prepare(txn_id=txn_id, host=None, port=port)
123 self._prepare(txn_id=txn_id, host=host, port=port)
124 124
125 125 def __enter__(self):
126 126 log.debug('Running `%s` callback daemon', self.__class__.__name__)
General Comments 0
You need to be logged in to leave comments. Login now