mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +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)
|
||||
old_max_transfers_in = self._max_transfers_in
|
||||
old_zones = self._zones
|
||||
|
||||
|
||||
self._max_transfers_in = new_config.get("transfers_in") or self._max_transfers_in
|
||||
|
||||
if 'zones' in new_config:
|
||||
@@ -676,7 +676,7 @@ class Xfrin:
|
||||
except ValueError as err:
|
||||
raise XfrinException("failed to resolve master address %s: %s" %
|
||||
(addr_str, str(err)))
|
||||
|
||||
|
||||
port_str = args.get('port')
|
||||
if port_str is None:
|
||||
if zone_info is not None:
|
||||
|
Reference in New Issue
Block a user