From d5ddecb15a72aeb2beea4963af914ee828ce032b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 10 Jun 2009 08:01:07 +0200 Subject: listen: bind() failure on secondary address is non-fatal Several users had problems with binding MPD to "localhost". The cause was duplicate /etc/hosts entries: the resolver library returns 127.0.0.1 twice, and of course, MPD attempts to bind to "both" of them. This patch makes failures non-fatal, given that at least one address was bound successfully. This is a workaround; users should rather fix their /etc/hosts file. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1ba01763e..b42918676 100644 --- a/NEWS +++ b/NEWS @@ -68,6 +68,7 @@ ver 0.15 (200?/??/??) * pause when all audio outputs fail to play * daemon: ignore "user" setting if already running as that user * listen: fix broken client IP addresses in log +* listen: bind failure on secondary address is non-fatal * 24/32 bit audio support * print available protocols in --version * fill buffer after seeking -- cgit v1.2.3