diff options
author | Max Kellermann <max@duempel.org> | 2009-02-28 15:20:35 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-28 15:20:35 +0100 |
commit | 1bb0124b77a21ab560c1b0d0a67259b6979648d7 (patch) | |
tree | 404b8b0553896305079f90b716217e12ccafb7cc /src/playlist.c | |
parent | 5c10d2ded7e14a5c155115e27ced5178546f0d05 (diff) | |
download | mpd-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 'src/playlist.c')
0 files changed, 0 insertions, 0 deletions