mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[CSRSRV]: Less PPORT_MESSAGE casts.
svn path=/trunk/; revision=60555
This commit is contained in:
parent
f73271123c
commit
f308eed7ef
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ CsrSbApiHandleConnectionRequest(IN PSB_API_MSG Message)
|
|||
/* Accept the connection */
|
||||
Status = NtAcceptConnectPort(&hPort,
|
||||
NULL,
|
||||
(PPORT_MESSAGE)Message,
|
||||
&Message->h,
|
||||
TRUE,
|
||||
NULL,
|
||||
&RemotePortView);
|
||||
|
|
Loading…
Reference in a new issue