[Pcsclite-cvs-commit] PCSC/src pcscdaemon.c,1.41,1.42

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv24412

Modified Files:
	pcscdaemon.c 
Log Message:
set AraKiri to TRUE instead of 1


Index: pcscdaemon.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/pcscdaemon.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- pcscdaemon.c	16 Jan 2004 11:13:39 -0000	1.41
+++ pcscdaemon.c	18 Mar 2004 09:20:04 -0000	1.42
@@ -139,7 +139,7 @@
  			if (rv != SCARD_S_SUCCESS)
 			{
 				DebugLogA("SVCServiceRunLoop: Problem during the context thread creation");
-				AraKiri = 1;
+				AraKiri = TRUE;
 			}
 
 			break;