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
92bf1032
Commit
92bf1032
authored
Jul 14, 2011
by
JINMEI Tatuya
Browse files
[trac772] trivial editorial cleanup
parent
ebc15cde
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrout/xfrout.py.in
View file @
92bf1032
...
...
@@ -399,7 +399,6 @@ class UnixSockServer(socketserver_mixin.NoPollMixIn, ThreadingUnixStreamServer):
self._shutdown_event = shutdown_event
self._write_sock, self._read_sock = socket.socketpair()
self._common_init()
#self._log = log
self.update_config_data(config_data)
self._cc = cc
...
...
@@ -496,7 +495,7 @@ class UnixSockServer(socketserver_mixin.NoPollMixIn, ThreadingUnixStreamServer):
socket
"""
# This uses a trick. If the socket is IPv4 in reality and we pretend
# it to
to
be IPv6, it returns IPv4 address anyway. This doesn't seem
# it to be IPv6, it returns IPv4 address anyway. This doesn't seem
# to care about the SOCK_STREAM parameter at all (which it really is,
# except for testing)
if socket.has_ipv6:
...
...
@@ -614,9 +613,6 @@ class XfroutServer:
self._config_data = self._cc.get_full_config()
self._cc.start()
self._cc.add_remote_config(AUTH_SPECFILE_LOCATION);
#self._log = isc.log.NSLogger(self._config_data.get('log_name'), self._config_data.get('log_file'),
# self._config_data.get('log_severity'), self._config_data.get('log_versions'),
# self._config_data.get('log_max_bytes'), True)
self._start_xfr_query_listener()
self._start_notifier()
...
...
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