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)
committerMichael Adam <obnox@samba.org>
Thu, 31 Mar 2011 16:10:22 +0000 (18:10 +0200)
commit0e240bd6a96f1270509bd12e7b083bef7d55e99f
tree5d33686fe67af0603e8b8da49dc728c3943a8174
parent6cc8457cd52437eaa0a1e9f3e16b5d334da27da5
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.
source3/lib/ctdbd_conn.c