ctdb-tcp: Remove a use of ctdb_addr_to_str()
commit8edb1fd13c1d1c02a25f5991d985c1c81b066760
authorMartin Schwenke <mschwenke@ddn.com>
Sun, 18 Aug 2024 22:48:43 +0000 (19 08:48 +1000)
committerVolker Lendecke <vl@samba.org>
Tue, 20 Aug 2024 14:24:14 +0000 (20 14:24 +0000)
treeb83c351b0ca92f7f6f96381971b9819e447cd241
parentafaf151193816e354b10f76be2798d642e2d27fa
ctdb-tcp: Remove a use of ctdb_addr_to_str()

This one is in a rarely used error path, so call a function that
talloc()s the string instead.

Again, this will also print the port, which might be useful if we ever
add the ability to also specify ports in the nodes list.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Aug 20 14:24:14 UTC 2024 on atb-devel-224
ctdb/tcp/tcp_connect.c
ctdb/wscript