aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-28 15:20:35 +0100
committerMax Kellermann <max@duempel.org>2009-02-28 15:20:35 +0100
commit1bb0124b77a21ab560c1b0d0a67259b6979648d7 (patch)
tree404b8b0553896305079f90b716217e12ccafb7cc /NEWS
parent5c10d2ded7e14a5c155115e27ced5178546f0d05 (diff)
downloadmpd-1bb0124b77a21ab560c1b0d0a67259b6979648d7.tar.gz
mpd-1bb0124b77a21ab560c1b0d0a67259b6979648d7.tar.xz
mpd-1bb0124b77a21ab560c1b0d0a67259b6979648d7.zip
listen: allocate sockaddr_storage struct for accept()
The generic sockaddr struct is too small for some addresses. For accept(), we have to allocate a sockaddr_storage struct on the stack, which is large enough for all addresses.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7bdae31e4..5ea4f2d4c 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,7 @@ ver 0.15 - (200?/??/??)
* playlist: recalculate the queued song after random is toggled
* playlist: don't unpause on delete
* daemon: ignore "user" setting if already running as that user
+* listen: fix broken client IP addresses in log
ver 0.14.2 (2009/02/13)