revert partly wrong commit
This commit is contained in:
parent
9eababd72b
commit
5d03e2fe5b
@ -84,7 +84,7 @@ RealmSocket::~RealmSocket()
|
|||||||
|
|
||||||
bool RealmSocket::IsValid(void)
|
bool RealmSocket::IsValid(void)
|
||||||
{
|
{
|
||||||
return _valid && Ready();
|
return _valid;
|
||||||
}
|
}
|
||||||
|
|
||||||
void RealmSocket::SetHost(std::string h)
|
void RealmSocket::SetHost(std::string h)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user