mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 06:31:19 +02:00
- final phase of cppcheck verbose fixes (outstanding items should be left alone)
This commit is contained in:
@@ -2320,7 +2320,7 @@ void BroadCastSocketThread::execute() {
|
||||
|
||||
/* get my host name */
|
||||
gethostname(myhostname,100);
|
||||
struct hostent*myhostent = gethostbyname(myhostname);
|
||||
//struct hostent*myhostent = gethostbyname(myhostname);
|
||||
|
||||
// get all host IP addresses
|
||||
std::vector<std::string> ipList = Socket::getLocalIPAddressList();
|
||||
|
Reference in New Issue
Block a user