2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 07:25:18 +00:00
This commit is contained in:
Shane Kerr
2013-08-15 15:48:00 +02:00
parent f80c824d8b
commit abdd9be83c

View File

@@ -1248,8 +1248,8 @@ class ZoneInfo:
needed to get the defaults from the specification"""
# Handle deprecated config parameter explicitly for the moment.
if config_data.get('use_ixfr') is not None:
raise XfrinZoneInfoException('use_ixfr was deprecated.' +
'use rquest_ixfr')
raise XfrinZoneInfoException('"use_ixfr" was deprecated, ' +
'use "request_ixfr"')
self._module_cc = module_cc
self.set_name(config_data.get('name'))