1
0
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:
Michael Adam 2010-12-23 16:43:55 +01:00
parent 34ea813553
commit fd41b4f1a6

View File

@ -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;
}