server: Inline free_listening_sockets.
commit3a6c9bacd05d1bcf41c3f903aa4a5a69f33728a5
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 4 Nov 2019 14:15:32 +0000 (4 14:15 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 4 Nov 2019 14:16:45 +0000 (4 14:16 +0000)
tree3619324b924efe07ef5f162d67359efff74876ce
parentc979d87092033ef1f0280b98fb8b82598db173c1
server: Inline free_listening_sockets.

This function was only ever called straight after
accept_incoming_connections, so simply make
accept_incoming_connections free the sockets at quit time.
server/internal.h
server/main.c
server/sockets.c