- final phase of cppcheck verbose fixes (outstanding items should be left alone)

This commit is contained in:
Mark Vejvoda
2011-09-01 18:51:43 +00:00
parent bb68106912
commit 4a5a7f010d
3 changed files with 6 additions and 6 deletions

View File

@@ -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();