ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control request
authorAmitay Isaacs <amitay@gmail.com>
Tue, 13 Sep 2016 06:05:14 +0000 (16:05 +1000)
committerMartin Schwenke <martins@samba.org>
Wed, 14 Sep 2016 06:39:28 +0000 (08:39 +0200)
commitbdff6255af113827340adc3da609e127503d9ba5
treedd33ee5a72e615d1cce700975edd8a8621a57f29
parentb0dadbee337207580ac48501a9787d3e97e9b335
ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control request

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

Even though database id is 32-bit, it's sent on wire as 64-bits.
The database id is the first 32-bits on the wire.  This needs fixing
eventually, but for now keep the same wire format.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/protocol/protocol_control.c