mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
xmpp: Don't disable starttls
Fix error introduced in edecd74ccf6cc98ec0962165e20f24ba0201ee91.
This commit is contained in:
parent
3fe6ea6014
commit
dace07cdcb
@ -104,8 +104,6 @@ def subcommand_setup(_):
|
||||
conf = ruamel.yaml.round_trip_load(file_handle, preserve_quotes=True)
|
||||
|
||||
for listen_port in conf['listen']:
|
||||
if 'starttls' in listen_port:
|
||||
listen_port['starttls'] = False
|
||||
if 'tls' in listen_port:
|
||||
listen_port['tls'] = False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user