*** empty log message ***

svn path=/trunk/boinc/; revision=4592
This commit is contained in:
Rom Walton 2004-11-18 07:04:27 +00:00
parent e8d025e215
commit f53d9dcd17
1 changed files with 2 additions and 1 deletions

View File

@ -802,9 +802,10 @@ LRESULT CScreensaver::PrimarySaverProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPA
BOINCTRACE(_T("CScreensaver::PrimarySaverProc - get_screensaver_mode iReturnValue = '%d'\n"), iReturnValue);
if (0 != iReturnValue)
{
// Attempt to reinitialize the RPC client
// Attempt to reinitialize the RPC client and state
rpc.close();
rpc.init( NULL );
m_bResetCoreState = TRUE;
if(IsConfigStartupBOINC())
{