ctdb-tcp: Remove redundant restart in ctdb_tcp_tnode_cb()
authorRalph Boehme <slow@samba.org>
Sat, 29 Feb 2020 11:28:20 +0000 (12:28 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 19 Mar 2020 10:56:09 +0000 (10:56 +0000)
commit167ef355b34ca03d3a8255823bebf975cd6e70b7
tree16184519beb83aeb31ba275f2e82e5b129207bd1
parent2e619f51b05203fdc3c9a4d9815cd1a567a214ae
ctdb-tcp: Remove redundant restart in ctdb_tcp_tnode_cb()

The node dead upcall has already restarted the outgoing connection.
There's no need to repeat it.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Signed-off-by: Martin Schwenke <martin@meltin.net>
(cherry picked from commit ea37ecdcd5960311f54a7a5510b88a654da23daa)
ctdb/tcp/tcp_connect.c