s3:ctdb: pass the ctdb control flags to the ctdb daemon when sending the control
[metze/samba/wip.git] / source3 / lib / ctdbd_conn.c
index 4137bdd50309deba725f3982f3eea2ed006ee64f..45e992ce8b3a81cf9f95ff118f11a6590f46deb8 100644 (file)
@@ -814,6 +814,7 @@ static NTSTATUS ctdbd_control(struct ctdbd_connection *conn,
        req.opcode           = opcode;
        req.srvid            = srvid;
        req.datalen          = data.dsize;
+       req.flags            = flags;
 
        DEBUG(10, ("ctdbd_control: Sending ctdb packet\n"));
        ctdb_packet_dump(&req.hdr);