mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[CSRSRV]: Less PPORT_MESSAGE casts.
svn path=/trunk/; revision=60555
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user