mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 10:42:21 +00:00
Test
This commit is contained in:
parent
82111701a7
commit
8757c40c98
@ -218,9 +218,7 @@ int Connector::nConnect(const char* ip, const int port, std::string *buffer,
|
||||
else stt->doEmitionRedFoundData("CURL error: (" + QString::number(res) + ") " +
|
||||
QString(ip) + ":" + QString::number(port));
|
||||
}
|
||||
else if (gMode == 1 && res == 6) {
|
||||
return -2;
|
||||
}
|
||||
else if (gMode == 1 && res == 6) return -2;
|
||||
|
||||
if(res == 23 && buffer->size() > 0) {
|
||||
if (MapWidgetOpened) stt->doEmitionAddIncData(QString(ip), QString("[OVERFLOW]"));
|
||||
|
Loading…
Reference in New Issue
Block a user