fix wrong loading of TLS devices

This commit is contained in:
Simon Stürz 2014-10-22 17:56:33 +02:00 committed by Michael Zanetti
parent 669ff65be8
commit be6d676fdf

View File

@ -69,7 +69,7 @@
{ {
"name": "port", "name": "port",
"type": "int", "type": "int",
"defaultValue": 25 "defaultValue": "465"
}, },
{ {
"name": "authentification", "name": "authentification",
@ -80,7 +80,6 @@
{ {
"name": "encryption", "name": "encryption",
"type": "QString", "type": "QString",
"defaultValue": "SSL",
"allowedValues": ["NONE","SSL","TLS"] "allowedValues": ["NONE","SSL","TLS"]
} }
], ],