mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Fix a typo in NtSecureConnectPort, ViewBase was not updated, thus confusing callers.
See issue #3242 for more details. svn path=/trunk/; revision=33473
This commit is contained in:
@@ -295,7 +295,7 @@ NtSecureConnectPort(OUT PHANDLE PortHandle,
|
||||
}
|
||||
|
||||
/* Update the base */
|
||||
ClientView->ViewBase = Port->ClientSectionBase;
|
||||
ClientView->ViewBase = ClientPort->ClientSectionBase;
|
||||
|
||||
/* Reference and remember the process */
|
||||
ClientPort->MappingProcess = PsGetCurrentProcess();
|
||||
|
||||
Reference in New Issue
Block a user