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)
committerMartin Schwenke <martins@samba.org>
Thu, 12 Mar 2020 03:47:30 +0000 (03:47 +0000)
commitea37ecdcd5960311f54a7a5510b88a654da23daa
tree9141292570060910a9b0b5fb19b4bdb82a294a69
parentb83ef98c7466b2a81968555de83fb977bb6ca9f0
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>
ctdb/tcp/tcp_connect.c