mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CSRSRV]
Deactivate few breakpoints. svn path=/branches/ros-csrss/; revision=58734
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user