mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ctdb-protocol: Do not expect a reply for SHUTDOWN control
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
3fc6a89548
commit
587817774a
@ -673,7 +673,7 @@ void ctdb_req_control_shutdown(struct ctdb_req_control *request)
|
||||
request->pad = 0;
|
||||
request->srvid = 0;
|
||||
request->client_id = 0;
|
||||
request->flags = 0;
|
||||
request->flags = CTDB_CTRL_FLAG_NOREPLY;
|
||||
|
||||
request->rdata.opcode = CTDB_CONTROL_SHUTDOWN;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user