From 84b33992c659e519f9eb72aaf17f1c573125e427 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Sun, 28 Aug 2005 07:34:35 +0000 Subject: [PATCH] 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 --- reactos/subsys/smss/debug.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/subsys/smss/debug.c b/reactos/subsys/smss/debug.c index 56bbac4f209..cdd02bda383 100644 --- a/reactos/subsys/smss/debug.c +++ b/reactos/subsys/smss/debug.c @@ -140,7 +140,6 @@ SmInitializeDbgSs (VOID) DPRINT("SM: %s called\n", __FUNCTION__); /* Self register */ -#if 0 Status = SmRegisterInternalSubsystem (L"Debug", (USHORT)-1, & hSmDbgApiPort); @@ -150,7 +149,6 @@ SmInitializeDbgSs (VOID) __FUNCTION__, Status); return Status; } -#endif /* Create the \DbgSsApiPort object (LPC) */ Status = SmpCreatePT(& DbgSsApiPort, SM_DBGSS_PORT_NAME,