mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
client:ctdb_control_send: remove duplicate setting of the reqid header.
Michael (This used to be ctdb commit 875778fbbfd6b0f09fd2db76f7348ad6271350a3)
This commit is contained in:
parent
2f9fa6e36e
commit
cfbdba0be6
@ -815,7 +815,6 @@ struct ctdb_client_control_state *ctdb_control_send(struct ctdb_context *ctdb,
|
||||
CTDB_NO_MEMORY_NULL(ctdb, c);
|
||||
c->hdr.reqid = state->reqid;
|
||||
c->hdr.destnode = destnode;
|
||||
c->hdr.reqid = state->reqid;
|
||||
c->opcode = opcode;
|
||||
c->client_id = 0;
|
||||
c->flags = flags;
|
||||
|
Loading…
Reference in New Issue
Block a user