Re-enabling the D-Star networking resets the incoming session id.

This commit is contained in:
Jonathan Naylor 2016-02-17 15:49:50 +00:00
parent ce00d75a52
commit 78155c4bee

View file

@ -310,6 +310,9 @@ void CDStarNetwork::close()
void CDStarNetwork::enable(bool enabled)
{
if (enabled && !m_enabled)
reset();
m_enabled = enabled;
}