[CONSRV]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 8 Dec 2012 00:45:41 +0000 (00:45 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 8 Dec 2012 00:45:41 +0000 (00:45 +0000)
"Reply Already Sent" and not already done !

svn path=/branches/ros-csrss/; revision=57818

include/reactos/subsys/csr/csrsrv.h
subsystems/win32/csrsrv/api.c

index f81d33e..19e9d10 100644 (file)
@@ -133,7 +133,7 @@ typedef enum _CSR_REPLY_CODE
     CsrReplyImmediately = 0,
     CsrReplyPending     = 1,
     CsrReplyDeadClient  = 2,
     CsrReplyImmediately = 0,
     CsrReplyPending     = 1,
     CsrReplyDeadClient  = 2,
-    CsrReplyAlreadyDone = 3
+    CsrReplyAlreadySent = 3
 } CSR_REPLY_CODE, *PCSR_REPLY_CODE;
 
 
 } CSR_REPLY_CODE, *PCSR_REPLY_CODE;
 
 
index b95bd76..0aa184d 100644 (file)
@@ -817,7 +817,7 @@ CsrApiRequestThread(IN PVOID Parameter)
 
             Teb->CsrClientThread = CurrentThread;
 
 
             Teb->CsrClientThread = CurrentThread;
 
-            if (ReplyCode == CsrReplyAlreadyDone)
+            if (ReplyCode == CsrReplyAlreadySent)
             {
                 if (ReceiveMsg.CsrCaptureData)
                 {
             {
                 if (ReceiveMsg.CsrCaptureData)
                 {