diff --git a/reactos/ntoskrnl/lpc/connect.c b/reactos/ntoskrnl/lpc/connect.c index 38d22c9b1c6..3afc9a8753f 100644 --- a/reactos/ntoskrnl/lpc/connect.c +++ b/reactos/ntoskrnl/lpc/connect.c @@ -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();