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>
Tue, 24 Mar 2020 07:26:18 +0000 (07:26 +0000)
commit37c03834d99b5866666849f7006515b1a0449d9c
tree1e79895906f36dca017afad8c6ff0a0083de1fbe
parentd156db3b084f01e83051fce1a23486bc0bc2383c
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