don't need to the the M17 packet

unstable
Tom Early 4 years ago
parent 529e3feb52
commit a58660a2f8

@ -243,10 +243,6 @@ void CM17Protocol::HandleQueue(void)
EncodeM17Packet(frame, m_StreamsCache[module].m_dvHeader, (CDvFramePacket &)*packet.get(), m_StreamsCache[module].m_iSeqCounter++); EncodeM17Packet(frame, m_StreamsCache[module].m_dvHeader, (CDvFramePacket &)*packet.get(), m_StreamsCache[module].m_iSeqCounter++);
#ifdef DEBUG
Dump("M17 Packet:", frame.magic, sizeof(SM17Frame));
#endif
// push it to all our clients linked to the module and who are not streaming in // push it to all our clients linked to the module and who are not streaming in
CClients *clients = g_Reflector.GetClients(); CClients *clients = g_Reflector.GetClients();
auto it = clients->begin(); auto it = clients->begin();

Loading…
Cancel
Save

Powered by TurnKey Linux.