- Fix wait condition

svn path=/trunk/; revision=42052
This commit is contained in:
Johannes Anderwald 2009-07-18 15:20:53 +00:00
parent 2b9d1b809c
commit ab1fc18975

View file

@ -86,7 +86,7 @@ PlayLogonSoundThread(
Sleep(1000);
}while(Index < 20);
}while(Index++ < 20);
CloseServiceHandle(hService);
CloseServiceHandle(hSCManager);