announce successful Alive call

unstable
Tom Early 4 years ago
parent ba08b8b127
commit 9de05a2823

@ -136,6 +136,7 @@ void CM17Protocol::Task(void)
std::shared_ptr<CClient>client = nullptr;
while ( (client = clients->FindNextClient(Callsign, Ip, EProtocol::m17, it)) != nullptr )
{
std::cout << "marking " << Callsign << " @ " << Ip << " Alive!" << std::endl;
client->Alive();
}
g_Reflector.ReleaseClients();

Loading…
Cancel
Save

Powered by TurnKey Linux.