Skip to content
Snippets Groups Projects
Commit 9cdbf981 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

make zeroconf connections is_zeroconf attribute True. Fixes #5538

parent 001c4b99
No related branches found
No related tags found
No related merge requests found
......@@ -56,13 +56,13 @@ class ConnectionZeroconf(CommonConnection, ConnectionHandlersZeroconf):
# system username
self.username = None
self.server_resource = '' # zeroconf has no resource, fake an empty one
self.is_zeroconf = True
self.call_resolve_timeout = False
# we don't need a password, but must be non-empty
self.password = 'zeroconf'
self.autoconnect = False
CommonConnection.__init__(self, name)
self.is_zeroconf = True
def get_config_values_or_default(self):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment