PieStat fix.

This commit is contained in:
cora32 2015-04-04 11:47:27 +03:00
parent 0de7c907cf
commit 4f8cb2c53b

View File

@ -251,7 +251,8 @@ int Connector::_ConnectToPort(char* ip, int port)
if(size > 0)
{
++Alive;
++Alive;//ME2
++found;//PieStat
Lexems lx;
lx._filler(port, buffer.c_str(), ip, size, &lx);
}