child: use a list of listen_fds instead of one single listenfd.
authorMichael Adam <obnox@samba.org>
Fri, 8 Nov 2013 07:07:08 +0000 (08:07 +0100)
committerMichael Adam <obnox@samba.org>
Sat, 9 Nov 2013 12:34:33 +0000 (13:34 +0100)
commit2ebfd456eff002cfba45aa88dad4b2a0cb9edc1a
treebf59f92d58694bfc3a5da14fd40e7cef61db38e2
parent070d6215340379cbea7cc404ff4bb450a0ddea8b
child: use a list of listen_fds instead of one single listenfd.

This prepares listenting on multiple sockets, which will be ussed to
fix listening on the wildcard (listen on both ipv6 and ipv4) and
help add the support for multiple Listen statements in the config

Signed-off-by: Michael Adam <obnox@samba.org>
src/child.c
src/sock.c
src/sock.h