mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SMSS] Use NULL for NULL pointers.
This commit is contained in:
@@ -305,7 +305,7 @@ SmpExecuteInitialCommand(IN ULONG MuSessionId,
|
||||
if (!SmApiPort)
|
||||
{
|
||||
/* Connect to ourselves, as a client */
|
||||
Status = SmConnectToSm(0, 0, 0, &SmApiPort);
|
||||
Status = SmConnectToSm(NULL, NULL, 0, &SmApiPort);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("SMSS: Unable to connect to SM - Status == %lx\n", Status);
|
||||
|
||||
Reference in New Issue
Block a user