*** empty log message ***

svn path=/trunk/boinc/; revision=9577
This commit is contained in:
Walt Gribben 2006-02-28 03:07:39 +00:00
parent 418769507c
commit 135251222f
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ int check_unique_instance() {
}
strcat( buf, RUN_MUTEX);
HANDLE h = CreateMutex(NULL, true, RUN_MUTEX);
HANDLE h = CreateMutex(NULL, true, buf);
if ((h==0) || (GetLastError() == ERROR_ALREADY_EXISTS)) {
return ERR_ALREADY_RUNNING;
}