CLOUD: Do some refactoring/cleanup in Networking
This commit is contained in:
parent
b180c73675
commit
01161ae7dd
15 changed files with 92 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue