reflector module is in rtp2, not rpt1

unstable
Tom Early 4 years ago
parent bbc584fba0
commit eebe41ec5b

@ -182,7 +182,7 @@ std::shared_ptr<CPacketStream> CReflector::OpenStream(std::unique_ptr<CDvHeaderP
}
// get the module's queue
char module = DvHeader->GetRpt1Module();
char module = DvHeader->GetRpt2Module();
auto stream = GetStream(module);
if ( stream == nullptr )
{

Loading…
Cancel
Save

Powered by TurnKey Linux.