Commit 5484aaee authored by Qball Cow's avatar Qball Cow Committed by Max Kellermann

Set boundPort to the current portnumber, so zeroconf announces the right port number

parent b21e8ad4
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment