CLOUD: Do some refactoring/cleanup in Networking

This commit is contained in:
Alexander Tkachev 2016-07-20 19:51:39 +06:00
parent b180c73675
commit 01161ae7dd
15 changed files with 92 additions and 20 deletions

View file

@ -323,7 +323,7 @@ void LocalWebserver::resolveAddress(void *ipAddress) {
*/
// use the address found
_address = "http://" + addr + Common::String::format(":%u/", SERVER_PORT);
_address = "http://" + addr + Common::String::format(":%u/", _serverPort);
}
if (ifAddrStruct != NULL) freeifaddrs(ifAddrStruct);