mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Don't send RPTCL on DMR under error conditions.
This commit is contained in:
@@ -1118,7 +1118,7 @@ int CMMDVMHost::run()
|
||||
}
|
||||
|
||||
if (m_dmrNetwork != NULL) {
|
||||
m_dmrNetwork->close();
|
||||
m_dmrNetwork->close(true);
|
||||
delete m_dmrNetwork;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user