ctdb-tcp: Drop tracking of file descriptor for incoming connections
authorMartin Schwenke <martin@meltin.net>
Tue, 29 Oct 2019 06:28:22 +0000 (17:28 +1100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 19 Nov 2019 12:02:02 +0000 (12:02 +0000)
commit0b78c29a0fa091d54871cac084e9673605ae6a4e
tree8dd0266910772387a3e8f5a98d0b7895d7c51fd4
parent77deaadca8e8dbc3c92ea16893099c72f6dc874e
ctdb-tcp: Drop tracking of file descriptor for incoming connections

This file descriptor is owned by the incoming queue.  It will be
closed when the queue is torn down.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14175

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(cherry picked from commit bf47bc18bb8a94231870ef821c0352b7a15c2e28)
ctdb/tcp/ctdb_tcp.h
ctdb/tcp/tcp_connect.c
ctdb/tcp/tcp_init.c
ctdb/tcp/tcp_io.c