tests/echo_srv: allow more than once tcp connection at a time
authorStefan Metzmacher <metze@samba.org>
Fri, 5 Feb 2021 14:41:27 +0000 (15:41 +0100)
committerAndreas Schneider <asn@samba.org>
Mon, 8 Feb 2021 18:29:57 +0000 (19:29 +0100)
commitb2e366d87bf8b340fe5e0b0186369cda7a94d186
treee16f65dab32c94af71cb606be5a0dd6f6ed8e7e2
parente896cecf1fc08d091d09fa29f1cfbfc22dab89ff
tests/echo_srv: allow more than once tcp connection at a time

We should not wait for the last connection to disconnect,
there would not be any reason to use fork at all.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
tests/echo_srv.c