mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Autoregister Debug internal subsystem too. Now 'sm info' displays meaningful information.
NOTE: It seems the new client management introduced a stupid bug that shows up on system shutdown (smss crashes calling an LPC related API). I can't locate it now (of course, that happens for every 'stupid' bug, but will tray again later). svn path=/trunk/; revision=17577
This commit is contained in:
parent
d252387963
commit
84b33992c6
1 changed files with 0 additions and 2 deletions
|
@ -140,7 +140,6 @@ SmInitializeDbgSs (VOID)
|
||||||
DPRINT("SM: %s called\n", __FUNCTION__);
|
DPRINT("SM: %s called\n", __FUNCTION__);
|
||||||
|
|
||||||
/* Self register */
|
/* Self register */
|
||||||
#if 0
|
|
||||||
Status = SmRegisterInternalSubsystem (L"Debug",
|
Status = SmRegisterInternalSubsystem (L"Debug",
|
||||||
(USHORT)-1,
|
(USHORT)-1,
|
||||||
& hSmDbgApiPort);
|
& hSmDbgApiPort);
|
||||||
|
@ -150,7 +149,6 @@ SmInitializeDbgSs (VOID)
|
||||||
__FUNCTION__, Status);
|
__FUNCTION__, Status);
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
/* Create the \DbgSsApiPort object (LPC) */
|
/* Create the \DbgSsApiPort object (LPC) */
|
||||||
Status = SmpCreatePT(& DbgSsApiPort,
|
Status = SmpCreatePT(& DbgSsApiPort,
|
||||||
SM_DBGSS_PORT_NAME,
|
SM_DBGSS_PORT_NAME,
|
||||||
|
|
Loading…
Reference in a new issue