Whooha! How did this typo go unnoticed for so long

This commit is contained in:
Chuddah 2020-02-23 14:10:37 +00:00
commit fe620086ef

View file

@ -415,7 +415,7 @@ class ConnectionManager(object):
# Update configs # Update configs
self.config.data['auth.server'] = server['address'] self.config.data['auth.server'] = server['address']
self.config.data['auth.server-name'] = server['Name'] self.config.data['auth.server-name'] = server['Name']
self.config.data['auth.server=id'] = server['Id'] self.config.data['auth.server-id'] = server['Id']
self.config.data['auth.ssl'] = options.get('ssl', self.config.data['auth.ssl']) self.config.data['auth.ssl'] = options.get('ssl', self.config.data['auth.ssl'])
result = { result = {