loolwsd/loolwsd.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7535d95d44bc2b1d54d34fc93f35b31c1fe31666 Author: Andras Timar <andras.ti...@collabora.com> Date: Mon Aug 29 09:02:56 2016 +0200 loolwsd: fix xml tag mismatch diff --git a/loolwsd/loolwsd.xml.in b/loolwsd/loolwsd.xml.in index cd3533f..2cbf667 100644 --- a/loolwsd/loolwsd.xml.in +++ b/loolwsd/loolwsd.xml.in @@ -35,7 +35,7 @@ <ssl desc="SSL settings"> <enable type="bool" default="true">true</enable> - <termination type="bool" default="true">true</enable> + <termination type="bool" default="true">true</termination> <cert_file_path desc="Path to the cert file" relative="false">/etc/loolwsd/cert.pem</cert_file_path> <key_file_path desc="Path to the key file" relative="false">/etc/loolwsd/key.pem</key_file_path> <ca_file_path desc="Path to the ca file" relative="false">/etc/loolwsd/ca-chain.cert.pem</ca_file_path> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits