mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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,10 +307,11 @@ 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,
|
||||||
ServerPort->ClientSectionBase,
|
"View base, offset, size: %p %lx %p\n",
|
||||||
ConnectMessage->ClientView.ViewSize,
|
ServerPort->ClientSectionBase,
|
||||||
SectionOffset);
|
ConnectMessage->ClientView.ViewSize,
|
||||||
|
SectionOffset);
|
||||||
goto Cleanup;
|
goto Cleanup;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue