[Fedora-directory-commits] coolkey/src/windows/csp RegDll.cpp, 1.2, 1.3

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Sat Aug 11 00:57:08 UTC 2007


Author: jmagne

Update of /cvs/dirsec/coolkey/src/windows/csp
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28298

Modified Files:
	RegDll.cpp 
Log Message:
Fix minor error in reading in signature file. #251773 r. rrelyea


Index: RegDll.cpp
===================================================================
RCS file: /cvs/dirsec/coolkey/src/windows/csp/RegDll.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RegDll.cpp	30 Apr 2007 23:30:58 -0000	1.2
+++ RegDll.cpp	11 Aug 2007 00:57:06 -0000	1.3
@@ -140,7 +140,7 @@
 	return ERROR_NOT_ENOUGH_MEMORY;
     }
 
-    fd = open (sigFile, O_RDONLY);
+    fd = open (sigFile, O_RDONLY | O_BINARY);
     free(sigFile);
     if (fd < 0) {
 	return GetLastError();




More information about the Fedora-directory-commits mailing list