mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
s3:ctdb: correctly handle cstatus if CTDB_CTRL_FLAG_NOREPLY is set.
This commit is contained in:
parent
34ea813553
commit
fd41b4f1a6
@ -844,6 +844,9 @@ static NTSTATUS ctdbd_control(struct ctdbd_connection *conn,
|
||||
|
||||
if (flags & CTDB_CTRL_FLAG_NOREPLY) {
|
||||
TALLOC_FREE(new_conn);
|
||||
if (cstatus) {
|
||||
*cstatus = 0;
|
||||
}
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user