Revert "123"

This reverts commit ea4dd26689.
This commit is contained in:
cora32 2016-01-07 03:28:33 +03:00
parent ea4dd26689
commit 4a87299ec6

View File

@ -414,10 +414,10 @@ bool portCheck(const char * sDVRIP, int wDVRPort) {
}
int Connector::connectToPort(char* ip, int port)
{
//if(gPingNScan)
//{
// if(_pingMyTarget(ip) == 0) return -2;
//};
if(gPingNScan)
{
if(_pingMyTarget(ip) == 0) return -2;
};
std::string buffer;
int size = 0;