event/ServerSocket: open sockets in the order they were configured

Use a std::list which can be appended at the end.
This commit is contained in:
Max Kellermann
2013-11-04 20:10:46 +01:00
parent 7adfea8ca2
commit bcae86196c
3 changed files with 6 additions and 5 deletions

1
NEWS
View File

@@ -3,6 +3,7 @@ ver 0.18.1 (2013/11/??)
- always ignore whitespace at the end of the line
* networking:
- log UNIX domain path names instead of "localhost"
- open listener sockets in the order they were configured
* filter:
- autoconvert: fix "volume_normalization" with mp3 files
* add missing files to source tarball