Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
NTSTATUS notify_status;
if (fsp->conn->sconn->using_smb2) {
- notify_status = STATUS_NOTIFY_CLEANUP;
+ notify_status = NT_STATUS_NOTIFY_CLEANUP;
} else {
notify_status = NT_STATUS_OK;
}
}
if (!NT_STATUS_IS_OK(sstatus)) {
- notify_status = STATUS_NOTIFY_CLEANUP;
+ notify_status = NT_STATUS_NOTIFY_CLEANUP;
} else if (smb2req->tcon == NULL) {
- notify_status = STATUS_NOTIFY_CLEANUP;
+ notify_status = NT_STATUS_NOTIFY_CLEANUP;
} else if (!NT_STATUS_IS_OK(smb2req->tcon->status)) {
- notify_status = STATUS_NOTIFY_CLEANUP;
+ notify_status = NT_STATUS_NOTIFY_CLEANUP;
}
}