ympd.c: add a break statement for the mpd port argument
authorJason Pleau <jason@jpleau.ca>
Wed, 29 Oct 2014 02:48:08 +0000 (22:48 -0400)
committerJason Pleau <jason@jpleau.ca>
Wed, 29 Oct 2014 02:48:08 +0000 (22:48 -0400)
commit59d971dc1bc9c141d1d81605c7e2c521d76cbbe0
tree166ffdeaea9f88107c1d538e691f9ca4b7a84535
parent8b29371e4e3c6de939934d90b13b55ae43ce64f0
ympd.c: add a break statement for the mpd port argument

Otherwise, passing -p tried to also bind the http server to MPD's port
(which was already in use by MPD...)
src/ympd.c