s3:ctdb: pass the ctdb control flags to the ctdb daemon when sending the control
authorMichael Adam <obnox@samba.org>
Tue, 8 Mar 2011 15:26:34 +0000 (16:26 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Apr 2011 16:10:36 +0000 (18:10 +0200)
commit5a7b5b30a1c5a17c281af944282015386bddbf96
treed6857377ffc2901ffd3e43fff626c3fe9b7d387b
parent169b4abd92aac1a97b0ee48d16bdefceaadb54d4
s3:ctdb: pass the ctdb control flags to the ctdb daemon when sending the control

The only flag that is currently used is the NOREPLY flag to indicate that
the client expects no reply packet. This needs to get passed down to the
ctdb daemon so that it really does not send a reply.
(cherry picked from commit 3c9ae69f34ba444bfcdc93923b2eee9ecde419de)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/lib/ctdbd_conn.c