Update cdplusprotocol.cpp

pull/171/head
Tom Early 5 years ago committed by GitHub
parent 6f67b46298
commit c14a2e4704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -206,7 +206,7 @@ bool CDplusProtocol::OnDvHeaderPacketIn(CDvHeaderPacket *Header, const CIp &Ip)
CCallsign via(Header->GetRpt1Callsign());
// first, check module is valid
if ( g_Reflector.IsValidModule(Header->GetRpt1Module()) )
if ( g_Reflector.IsValidModule(Header->GetRpt2Module()) )
{
// find this client
CClient *client = g_Reflector.GetClients()->FindClient(Ip, PROTOCOL_DPLUS);

Loading…
Cancel
Save

Powered by TurnKey Linux.