From 0022d071dff61e4a7333ef2e41024c022002a484 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 12 Apr 2013 21:13:25 +0000 Subject: [PATCH] [CSRSRV] Deactivate few breakpoints. svn path=/branches/ros-csrss/; revision=58734 --- subsystems/win32/csrsrv/api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subsystems/win32/csrsrv/api.c b/subsystems/win32/csrsrv/api.c index 740a007610f..5bb6b7645c2 100644 --- a/subsystems/win32/csrsrv/api.c +++ b/subsystems/win32/csrsrv/api.c @@ -81,7 +81,7 @@ CsrCallServerFromServer(IN PCSR_API_MESSAGE ReceiveMsg, ServerDll->ValidTable[ApiId], ((ServerDll->NameTable) && (ServerDll->NameTable[ApiId])) ? ServerDll->NameTable[ApiId] : "*** UNKNOWN ***", &ServerDll->Name); - DbgBreakPoint(); + // DbgBreakPoint(); ReplyMsg->Status = (ULONG)STATUS_ILLEGAL_FUNCTION; return STATUS_ILLEGAL_FUNCTION; } @@ -547,7 +547,7 @@ CsrApiRequestThread(IN PVOID Parameter) /* We are beyond the Maximum Server ID */ DPRINT1("CSRSS: %lx is invalid ServerDllIndex (%08x)\n", ServerId, ServerDll); - DbgBreakPoint(); + // DbgBreakPoint(); ReplyMsg = NULL; ReplyPort = CsrApiPort; @@ -747,7 +747,7 @@ CsrApiRequestThread(IN PVOID Parameter) /* We are beyond the Maximum Server ID */ DPRINT1("CSRSS: %lx is invalid ServerDllIndex (%08x)\n", ServerId, ServerDll); - DbgBreakPoint(); + // DbgBreakPoint(); ReplyPort = CsrApiPort; ReplyMsg = &ReceiveMsg; -- 2.17.1