mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
Merge branch 'trac811_new' of git+ssh://bind10.isc.org/var/bind10/git/bind10 into trac811_new
This commit is contained in:
@@ -561,7 +561,7 @@ class Xfrin:
|
|||||||
# data)
|
# data)
|
||||||
old_max_transfers_in = self._max_transfers_in
|
old_max_transfers_in = self._max_transfers_in
|
||||||
old_zones = self._zones
|
old_zones = self._zones
|
||||||
|
|
||||||
self._max_transfers_in = new_config.get("transfers_in") or self._max_transfers_in
|
self._max_transfers_in = new_config.get("transfers_in") or self._max_transfers_in
|
||||||
|
|
||||||
if 'zones' in new_config:
|
if 'zones' in new_config:
|
||||||
@@ -676,7 +676,7 @@ class Xfrin:
|
|||||||
except ValueError as err:
|
except ValueError as err:
|
||||||
raise XfrinException("failed to resolve master address %s: %s" %
|
raise XfrinException("failed to resolve master address %s: %s" %
|
||||||
(addr_str, str(err)))
|
(addr_str, str(err)))
|
||||||
|
|
||||||
port_str = args.get('port')
|
port_str = args.get('port')
|
||||||
if port_str is None:
|
if port_str is None:
|
||||||
if zone_info is not None:
|
if zone_info is not None:
|
||||||
|
Reference in New Issue
Block a user