mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
Merge branch 'mqtt' into mqtt_plus
This commit is contained in:
@@ -564,7 +564,10 @@ void CM17Control::writeNetwork()
|
||||
m_networkWatchdog.start();
|
||||
|
||||
if (!m_allowEncryption) {
|
||||
unsigned char type = m_netLSF.getEncryptionType();
|
||||
CM17LSF lsf;
|
||||
lsf.setNetwork(netData);
|
||||
|
||||
unsigned char type = lsf.getEncryptionType();
|
||||
if (type != M17_ENCRYPTION_TYPE_NONE) {
|
||||
m_network->reset();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user