mirror of https://github.com/BOINC/boinc.git
MGR: Further refinements to Client shutdown logic on Manager Exit
svn path=/trunk/boinc/; revision=22289
This commit is contained in:
parent
d7dd033ffc
commit
12360ca0a5
|
@ -457,7 +457,7 @@ void CBOINCClientManager::ShutdownBOINCCore() {
|
||||||
wxASSERT(pDoc);
|
wxASSERT(pDoc);
|
||||||
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
|
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
|
||||||
|
|
||||||
#ifndef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
// Mac Manager shuts down client only if Manager started client
|
// Mac Manager shuts down client only if Manager started client
|
||||||
if (!m_bBOINCStartedByManager) return;
|
if (!m_bBOINCStartedByManager) return;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue