- bugifx for static cached hostname, moved to higher scope to avoid sometimes random crashes

This commit is contained in:
SoftCoder
2015-12-31 16:48:55 -08:00
parent a399f8d1a5
commit 57f0b44ad3
2 changed files with 6 additions and 4 deletions

View File

@@ -152,6 +152,8 @@ protected:
bool isSocketBlocking;
time_t lastSocketError;
static string host_name;
public:
Socket(PLATFORM_SOCKET sock);
Socket();