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
1f72551a
Commit
1f72551a
authored
May 29, 2013
by
JINMEI Tatuya
Browse files
[2911] indentation fix
parent
5e08967f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrin/xfrin.py.in
View file @
1f72551a
...
...
@@ -1138,7 +1138,7 @@ def __get_initial_xfr_type(zone_soa, request_ixfr, zname, zclass, master_addr):
if zone_soa is None:
# This is a kind of special case, so we log it at info level.
logger.info(XFRIN_INITIAL_AXFR, format_zone_str(zname, zclass),
AddressFormatter(master_addr))
AddressFormatter(master_addr))
return RRType.AXFR
if request_ixfr == ZoneInfo.REQUEST_IXFR_DISABLED:
logger.debug(DBG_XFRIN_TRACE, XFRIN_INITIAL_IXFR_DISABLED,
...
...
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