Don't send RPTCL on DMR under error conditions.

This commit is contained in:
Jonathan Naylor
2021-04-08 18:36:27 +01:00
parent 6b43bce561
commit dad34bea98
7 changed files with 16 additions and 16 deletions

View File

@@ -292,7 +292,7 @@ bool CDMRGatewayNetwork::isConnected() const
return (m_addrLen != 0);
}
void CDMRGatewayNetwork::close()
void CDMRGatewayNetwork::close(bool sayGoodbye)
{
LogMessage("DMR, Closing DMR Network");