mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
c16d2585bc
In the control request, database id which is a 32-bit integer is sent on wire as a 64-bit integer rather than a 32-bit integer. If we convert the database id to 64-bit integer before sending, the order of 32-bits with database id will vary depending on the endian-ness. Instead send the database id as first 32-bits and zeros as next 32-bits. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> |
||
---|---|---|
.. | ||
client_call.c | ||
client_connect.c | ||
client_control_sync.c | ||
client_control.c | ||
client_db.c | ||
client_event.c | ||
client_event.h | ||
client_message_sync.c | ||
client_message.c | ||
client_private.h | ||
client_sync.h | ||
client_util.c | ||
client.h | ||
ctdb_client.c |