FIX DMRNewtork infinite failure on domain name resolve

This commit is contained in:
Shawn Chain
2018-07-03 11:35:55 +08:00
parent 1ab0610543
commit 1b7abded67
2 changed files with 6 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ public:
void close();
private:
std::string m_addressStr;
in_addr m_address;
unsigned int m_port;
uint8_t* m_id;