]> git.ipfire.org Git - thirdparty/samba.git/commit
rpc_server: Factor out dcesrv_open_ncacn_ip_tcp_sockets()
authorVolker Lendecke <vl@samba.org>
Thu, 31 Dec 2020 08:21:25 +0000 (09:21 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 11 Jan 2021 13:19:32 +0000 (13:19 +0000)
commit276b9bc20aaa7e37c2a2faef8a50adc1bd5f3cf2
tree68b2c16f6a037c01e12c1dd69051518343f3b502
parent2e5d246b3b0ec0c5e4ec3cf4b833fc820f3cfcca
rpc_server: Factor out dcesrv_open_ncacn_ip_tcp_sockets()

The main change is to return an allocated array of file descriptors in
dcesrv_open_ncacn_ip_tcp_sockets() instead of filling a preallocated
array of pf_listen_fd structures.

Signed-off-by: Volker Lendecke <vl@samba.org>
source3/rpc_server/rpc_sock_helper.c