mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4592
This commit is contained in:
parent
e8d025e215
commit
f53d9dcd17
|
@ -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);
|
BOINCTRACE(_T("CScreensaver::PrimarySaverProc - get_screensaver_mode iReturnValue = '%d'\n"), iReturnValue);
|
||||||
if (0 != iReturnValue)
|
if (0 != iReturnValue)
|
||||||
{
|
{
|
||||||
// Attempt to reinitialize the RPC client
|
// Attempt to reinitialize the RPC client and state
|
||||||
rpc.close();
|
rpc.close();
|
||||||
rpc.init( NULL );
|
rpc.init( NULL );
|
||||||
|
m_bResetCoreState = TRUE;
|
||||||
|
|
||||||
if(IsConfigStartupBOINC())
|
if(IsConfigStartupBOINC())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue