Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
abdd9be8
Commit
abdd9be8
authored
Aug 15, 2013
by
Shane Kerr
Browse files
Typo fix
parent
f80c824d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrin/xfrin.py.in
View file @
abdd9be8
...
...
@@ -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
r
quest_ixfr')
raise XfrinZoneInfoException('
"
use_ixfr
"
was deprecated
,
' +
'use
"re
quest_ixfr
"
')
self._module_cc = module_cc
self.set_name(config_data.get('name'))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment