Update udpserver.cpp

merge-requests/5/head
Phil Taylor 2021-06-11 12:59:42 +01:00
rodzic e6197f68cb
commit e56f8170c6
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -1227,7 +1227,6 @@ void udpServer::watchdog()
{
qInfo(logUdpServer()) << client->ipAddress.toString() << "(" << client->type << "): Deleting stale connection ";
deleteConnection(&audioClients, client);
return;
}
}
else {
@ -1243,7 +1242,6 @@ void udpServer::watchdog()
{
qInfo(logUdpServer()) << client->ipAddress.toString() << "(" << client->type << "): Deleting stale connection ";
deleteConnection(&civClients, client);
return;
}
}
else {
@ -1259,7 +1257,6 @@ void udpServer::watchdog()
{
qInfo(logUdpServer()) << client->ipAddress.toString() << "(" << client->type << "): Deleting stale connection ";
deleteConnection(&controlClients, client);
return;
}
}
else {