]> git.ipfire.org Git - thirdparty/samba.git/commit
ctdbd_conn: let register_with_ctdbd() call CTDB_CONTROL_REGISTER_SRVID just once
authorStefan Metzmacher <metze@samba.org>
Thu, 16 Nov 2023 12:04:12 +0000 (13:04 +0100)
committerJule Anger <janger@samba.org>
Sat, 16 Dec 2023 14:29:10 +0000 (14:29 +0000)
commit562e360ed7ce131e8e6f08d521aee2f21a1e0160
treebb293a11b3a1a1f3780fe53285f74961c91197a1
parent24d960d02b84a498cfacc5ee2b283d7bd5b2e1f6
ctdbd_conn: let register_with_ctdbd() call CTDB_CONTROL_REGISTER_SRVID just once

We do the dispatching to multiple handlers in ctdbd_msg_call_back()
and we don't need more than one message from ctdb.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
(cherry picked from commit 77a559432ffde2d435e29bed126d20a09d33f48e)
source3/lib/ctdbd_conn.c