mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
Ste the reflector name to XLX for terminal use
Since this is a xlx reflector, and not something else, use XLX* as the reflector name. Tnx. Adrian, VK4TUX, for the suggestion.
This commit is contained in:
parent
20f5458398
commit
d070e96121
|
|
@ -44,7 +44,7 @@ bool CG3Protocol::Init(void)
|
|||
ok = CProtocol::Init();
|
||||
|
||||
// update reflector callsign
|
||||
m_ReflectorCallsign.PatchCallsign(0, (const uint8 *)"XRF", 3);
|
||||
m_ReflectorCallsign.PatchCallsign(0, (const uint8 *)"XLX", 3);
|
||||
|
||||
// create our DV socket
|
||||
ok &= m_Socket.Open(G3_DV_PORT);
|
||||
|
|
|
|||
Loading…
Reference in a new issue