mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
STABLE14-windows-afsd-20070105
some of the patches from the last few months that were pulled up rely on bits and pieces from other patches that weren't pulled up.
This commit is contained in:
parent
48bfb8c7ae
commit
7c8fffaed1
@ -561,6 +561,7 @@ int afsd_InitCM(char **reasonP)
|
||||
char buf[1024];
|
||||
HKEY parmKey;
|
||||
DWORD dummyLen;
|
||||
DWORD dwValue;
|
||||
DWORD regType;
|
||||
long code;
|
||||
/*int freelanceEnabled;*/
|
||||
|
@ -80,9 +80,7 @@ BOOLEAN APIENTRY DllEntryPoint(HANDLE dll, DWORD reason, PVOID reserved)
|
||||
switch (reason) {
|
||||
case DLL_PROCESS_ATTACH:
|
||||
/* Initialization Mutex */
|
||||
if (!bInitMutex) {
|
||||
hInitMutex = CreateMutex(NULL, FALSE, NULL);
|
||||
}
|
||||
hInitMutex = CreateMutex(NULL, FALSE, NULL);
|
||||
|
||||
WSAStartup( MAKEWORD(2,2), &wsaData );
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user