Set boundPort to the current portnumber, so zeroconf announces the right port number
This commit is contained in:
parent
b21e8ad4a5
commit
5484aaee5f
@ -260,6 +260,7 @@ void listenOnPort(void)
|
||||
do {
|
||||
parseListenConfigParam(port, param);
|
||||
} while ((param = config_get_next_param(CONF_BIND_TO_ADDRESS, param)));
|
||||
boundPort = port;
|
||||
}
|
||||
|
||||
void closeAllListenSockets(void)
|
||||
|
Loading…
Reference in New Issue
Block a user