mirror of https://github.com/nymea/nymea.git
fix sslconfiguration parameter
parent
345cd53f7e
commit
d322699152
|
|
@ -107,6 +107,8 @@ JsonRPCServer::JsonRPCServer(const QSslConfiguration &sslConfiguration, QObject
|
|||
m_websocketServer->startServer();
|
||||
|
||||
m_interfaces.append(m_websocketServer);
|
||||
#else
|
||||
Q_UNUSED(sslConfiguration)
|
||||
#endif
|
||||
|
||||
QMetaObject::invokeMethod(this, "setup", Qt::QueuedConnection);
|
||||
|
|
|
|||
Loading…
Reference in New Issue