*** empty log message ***

svn path=/trunk/boinc/; revision=3343
This commit is contained in:
David Anderson 2004-05-05 18:36:14 +00:00
parent 4ba25391ec
commit 304743bef8
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ BOOL WINAPI ConsoleControlHandler ( DWORD dwCtrlType ){
case CTRL_SHUTDOWN_EVENT:
msg_printf(NULL, MSG_INFO, "Exiting - user request");
gstate.quit_activities();
requested_exit = true;
gstate.requested_exit = true;
bReturnStatus = TRUE;
break;
}