mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
parent
cbae866df3
commit
e4d572a432
1 changed files with 6 additions and 4 deletions
|
@ -59,6 +59,7 @@ NtAcceptConnectPort(OUT PHANDLE PortHandle,
|
||||||
LARGE_INTEGER SectionOffset;
|
LARGE_INTEGER SectionOffset;
|
||||||
|
|
||||||
PAGED_CODE();
|
PAGED_CODE();
|
||||||
|
|
||||||
LPCTRACE(LPC_COMPLETE_DEBUG,
|
LPCTRACE(LPC_COMPLETE_DEBUG,
|
||||||
"Context: %p. Message: %p. Accept: %lx. Views: %p/%p\n",
|
"Context: %p. Message: %p. Accept: %lx. Views: %p/%p\n",
|
||||||
PortContext,
|
PortContext,
|
||||||
|
@ -306,7 +307,8 @@ NtAcceptConnectPort(OUT PHANDLE PortHandle,
|
||||||
/* Otherwise, quit */
|
/* Otherwise, quit */
|
||||||
ObDereferenceObject(ServerPort);
|
ObDereferenceObject(ServerPort);
|
||||||
DPRINT1("Client section mapping failed: %lx\n", Status);
|
DPRINT1("Client section mapping failed: %lx\n", Status);
|
||||||
DPRINT1("View base, offset, size: %p %lx %p\n",
|
LPCTRACE(LPC_COMPLETE_DEBUG,
|
||||||
|
"View base, offset, size: %p %lx %p\n",
|
||||||
ServerPort->ClientSectionBase,
|
ServerPort->ClientSectionBase,
|
||||||
ConnectMessage->ClientView.ViewSize,
|
ConnectMessage->ClientView.ViewSize,
|
||||||
SectionOffset);
|
SectionOffset);
|
||||||
|
|
Loading…
Reference in a new issue