mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix AttributeError
This commit is contained in:
parent
ed1d189e10
commit
c6549117a2
@ -88,7 +88,7 @@ class SRVClientEndpoint(object):
|
||||
self.service_name = "_%s._%s.%s" % (service, protocol, domain)
|
||||
|
||||
if default_port is not None:
|
||||
self.default_server = self._Server(
|
||||
self.default_server = _Server(
|
||||
host=domain,
|
||||
port=default_port,
|
||||
priority=0,
|
||||
|
Loading…
Reference in New Issue
Block a user