[Pcsclite-git-commit] [PCSC] 01/01: ContextThread(): Fix comment

Ludovic Rousseau rousseau at moszumanska.debian.org
Sat Dec 3 18:55:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository PCSC.

commit 93fee94dcd6acc77b1f962aa20be244e3c39a75f
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sat Dec 3 19:51:55 2016 +0100

    ContextThread(): Fix comment
    
    Thanks to Florian Kaiser for the patch
    "[Pcsclite-muscle] [PATCH] fix racecondition between winscard server and
    clients"
    https://lists.alioth.debian.org/pipermail/pcsclite-muscle/Week-of-Mon-20161128/000772.html
---
 src/winscard_svc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/winscard_svc.c b/src/winscard_svc.c
index b551c20..dae9f85 100644
--- a/src/winscard_svc.c
+++ b/src/winscard_svc.c
@@ -419,7 +419,7 @@ static void ContextThread(LPVOID newContext)
 
 				READ_BODY(waStr)
 
-				/* add the client fd to the list */
+				/* remove the client fd from the list */
 				waStr.rv = EHUnregisterClientForEvent(filedes);
 
 				WRITE_BODY(waStr)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list