Bugfix: source was not added to System:info message
This commit is contained in:
parent
28c333d257
commit
c4dcede4bc
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ using namespace SvxLink;
|
|||
|
||||
#define MAX_TRIES 5
|
||||
|
||||
#define TETRA_LOGIC_VERSION "19012023"
|
||||
#define TETRA_LOGIC_VERSION "21012023"
|
||||
|
||||
/****************************************************************************
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue