mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-24 07:13:57 -05:00
Fix AttributeError
This commit is contained in:
parent
ed1d189e10
commit
c6549117a2
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class SRVClientEndpoint(object):
|
||||||
self.service_name = "_%s._%s.%s" % (service, protocol, domain)
|
self.service_name = "_%s._%s.%s" % (service, protocol, domain)
|
||||||
|
|
||||||
if default_port is not None:
|
if default_port is not None:
|
||||||
self.default_server = self._Server(
|
self.default_server = _Server(
|
||||||
host=domain,
|
host=domain,
|
||||||
port=default_port,
|
port=default_port,
|
||||||
priority=0,
|
priority=0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue