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 f7aac2554c
commit 943983bf0f

View File

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