Bugfix: source was not added to System:info message

This commit is contained in:
Lawmanwilly 2023-01-21 10:30:11 +01:00
parent 28c333d257
commit c4dcede4bc
2 changed files with 2 additions and 1 deletions

View File

@ -745,6 +745,7 @@ void ReflectorClient::handleStateEvent(std::istream& is)
}
else if (msg.name() == "System:info")
{
eventmessage["source"] = m_callsign;
m_reflector->updateSysteminfostate(eventmessage);
}
} /* ReflectorClient::handleStateEvent */

View File

@ -134,7 +134,7 @@ using namespace SvxLink;
#define MAX_TRIES 5
#define TETRA_LOGIC_VERSION "19012023"
#define TETRA_LOGIC_VERSION "21012023"
/****************************************************************************
*