ctdb: make use of ctdb_canonicalize_ip_inplace() in ctdb_control_tcp_client()
authorStefan Metzmacher <metze@samba.org>
Tue, 12 Dec 2023 12:27:17 +0000 (13:27 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 15 Dec 2023 11:06:34 +0000 (11:06 +0000)
commit5f52d140f7b676ed68b5ce49d4445357bcbcb1a6
treef688daeb26537d6bcadd264784d369f6fec62213
parentf2d9c012fc803b48564c3203ed640c02f99bcbaa
ctdb: make use of ctdb_canonicalize_ip_inplace() in ctdb_control_tcp_client()

We could also remove the src_addr and dest_addr helper variables
completely, but that would be too much for this commit.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_takeover.c