]> git.ipfire.org Git - thirdparty/samba.git/commit
ctdb-tcp: Rename fd -> out_fd
authorMartin Schwenke <martin@meltin.net>
Fri, 9 Aug 2019 05:06:34 +0000 (15:06 +1000)
committerKarolin Seeger <kseeger@samba.org>
Wed, 28 Aug 2019 07:36:30 +0000 (07:36 +0000)
commit17f1a95203a3df4989c9a7496ec56fcc3dca0ce2
treedf03d09ee3c4091bc245ab4ae64a69406dfa4065
parenta8dd1a0577e60deda269e35884a990ef2b53ffec
ctdb-tcp: Rename fd -> out_fd

in_fd is coming soon.

Fix coding style violations in the affected and adjacent lines.
Modernise some debug macros and make them more consistent (e.g. drop
logging of errno when strerror(errno) is already logged.

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

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(cherry picked from commit c06620169fc178ea6db2631f03edf008285d8cf2)
ctdb/tcp/ctdb_tcp.h
ctdb/tcp/tcp_connect.c
ctdb/tcp/tcp_init.c