fix no longer needed removal
This commit is contained in:
@@ -325,7 +325,6 @@ bool connect(const char* host, uint16_t port, uint16_t timeout, char* const *arg
|
||||
} else {
|
||||
cout << "error connecting to " << host << ":" << port << endl;
|
||||
}
|
||||
delete client;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user