mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 03:42:12 +00:00
Fix build (addendum to r68719).
svn path=/trunk/; revision=68721
This commit is contained in:
parent
87f23ca930
commit
170f294d1c
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ CsrThreadRefcountZero(IN PCSR_THREAD CsrThread)
|
|||
|
||||
if (!NT_SUCCESS(Status))
|
||||
DPRINT1("CSR: NtClose failed, we are going to ASSERT, Status = 0x%08lx; [%02x,%02x] Process: 0x%p; ThreadHandle: 0x%p\n",
|
||||
Status, CsrThread->ClientId->UniqueProcess, CsrThread->ClientId->UniqueThread, CsrProcess, CsrThread->ThreadHandle);
|
||||
Status, CsrThread->ClientId.UniqueProcess, CsrThread->ClientId.UniqueThread, CsrProcess, CsrThread->ThreadHandle);
|
||||
|
||||
ASSERT(NT_SUCCESS(Status));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue