mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 09:04:39 +00:00
Fix compilation.
svn path=/trunk/; revision=18226
This commit is contained in:
parent
0862f96309
commit
0732c808f0
1 changed files with 3 additions and 3 deletions
|
@ -685,9 +685,9 @@ NTSTATUS
|
|||
NTAPI
|
||||
CsrApiHandleConnectionRequest(IN PCSR_API_MESSAGE ApiMessage)
|
||||
{
|
||||
PCSR_THREAD CsrThread;
|
||||
PCSR_PROCESS CsrProcess;
|
||||
NTSTATUS Status;
|
||||
PCSR_THREAD CsrThread = NULL;
|
||||
PCSR_PROCESS CsrProcess = NULL;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
PCSR_CONNECTION_INFO ConnectInfo = &ApiMessage->ConnectionInfo;
|
||||
BOOLEAN AllowConnection = FALSE;
|
||||
REMOTE_PORT_VIEW RemotePortView;
|
||||
|
|
Loading…
Reference in a new issue