mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
123
This commit is contained in:
parent
80795af937
commit
ea4dd26689
@ -414,10 +414,10 @@ bool portCheck(const char * sDVRIP, int wDVRPort) {
|
|||||||
}
|
}
|
||||||
int Connector::connectToPort(char* ip, int port)
|
int Connector::connectToPort(char* ip, int port)
|
||||||
{
|
{
|
||||||
if(gPingNScan)
|
//if(gPingNScan)
|
||||||
{
|
//{
|
||||||
if(_pingMyTarget(ip) == 0) return -2;
|
// if(_pingMyTarget(ip) == 0) return -2;
|
||||||
};
|
//};
|
||||||
|
|
||||||
std::string buffer;
|
std::string buffer;
|
||||||
int size = 0;
|
int size = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user