mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CONSRV]
"Reply Already Sent" and not already done ! svn path=/branches/ros-csrss/; revision=57818
This commit is contained in:
parent
0d59b8df65
commit
0da8c7abf0
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ typedef enum _CSR_REPLY_CODE
|
|||
CsrReplyImmediately = 0,
|
||||
CsrReplyPending = 1,
|
||||
CsrReplyDeadClient = 2,
|
||||
CsrReplyAlreadyDone = 3
|
||||
CsrReplyAlreadySent = 3
|
||||
} CSR_REPLY_CODE, *PCSR_REPLY_CODE;
|
||||
|
||||
|
||||
|
|
|
@ -817,7 +817,7 @@ CsrApiRequestThread(IN PVOID Parameter)
|
|||
|
||||
Teb->CsrClientThread = CurrentThread;
|
||||
|
||||
if (ReplyCode == CsrReplyAlreadyDone)
|
||||
if (ReplyCode == CsrReplyAlreadySent)
|
||||
{
|
||||
if (ReceiveMsg.CsrCaptureData)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue