"Reply Already Sent" and not already done !

svn path=/branches/ros-csrss/; revision=57818
This commit is contained in:
Hermès Bélusca-Maïto 2012-12-08 00:45:41 +00:00
parent 0d59b8df65
commit 0da8c7abf0
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -817,7 +817,7 @@ CsrApiRequestThread(IN PVOID Parameter)
Teb->CsrClientThread = CurrentThread;
if (ReplyCode == CsrReplyAlreadyDone)
if (ReplyCode == CsrReplyAlreadySent)
{
if (ReceiveMsg.CsrCaptureData)
{