Skip to content

Commit

Permalink
Revert "123"
Browse files Browse the repository at this point in the history
This reverts commit ea4dd26.
  • Loading branch information
cora32 committed Jan 7, 2016
1 parent ea4dd26 commit 4a87299
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Connector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4a87299

Please sign in to comment.