Removing a useless block.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5460 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
afa3ccc3b1
commit
befd2776bc
@ -196,8 +196,6 @@ void listenOnPort(void)
|
||||
{
|
||||
int port = DEFAULT_PORT;
|
||||
ConfigParam *param = getNextConfigParam(CONF_BIND_TO_ADDRESS, NULL);
|
||||
|
||||
{
|
||||
ConfigParam *portParam = getConfigParam(CONF_PORT);
|
||||
|
||||
if (portParam) {
|
||||
@ -210,7 +208,6 @@ void listenOnPort(void)
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
boundPort = port;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user