Ignore yet another FSinn P2P packet

This commit is contained in:
Roland Winklmeier
2018-01-24 12:06:02 +01:00
parent 7c903001d5
commit 2bb3bb3cf8

View File

@@ -1023,6 +1023,10 @@ namespace BlackCore
{
// FSInn peer2peer protocol - ignore, not supported
}
else if (packetId.compare("FSIP2P", Qt::CaseInsensitive) == 0)
{
// FSInn peer2peer protocol - ignore, not supported
}
else
{
CLogMessage(this).warning("Unknown custom packet from %1 - id: %2") << callsign.toQString() << packetId;