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

This commit is contained in:
Qball Cow 2009-02-11 14:43:01 +01:00 committed by Max Kellermann
parent b21e8ad4a5
commit 5484aaee5f

View File

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