mirror of https://github.com/BOINC/boinc.git
MGR: Remove CheckForVersionUpdate() call from CNetworkConnection::Poll(). It caused Manager to crash on startup of Windows 10
This commit is contained in:
parent
adf2b1256f
commit
b861ea05b4
|
@ -169,7 +169,6 @@ void CNetworkConnection::Poll() {
|
||||||
if (!retval) {
|
if (!retval) {
|
||||||
wxLogTrace(wxT("Function Status"), wxT("CNetworkConnection::Poll - Connection Success"));
|
wxLogTrace(wxT("Function Status"), wxT("CNetworkConnection::Poll - Connection Success"));
|
||||||
SetStateSuccess(m_strNewComputerName, m_strNewComputerPassword);
|
SetStateSuccess(m_strNewComputerName, m_strNewComputerPassword);
|
||||||
m_pDocument->CheckForVersionUpdate();
|
|
||||||
} else if (ERR_AUTHENTICATOR == retval) {
|
} else if (ERR_AUTHENTICATOR == retval) {
|
||||||
wxLogTrace(wxT("Function Status"), wxT("CNetworkConnection::Poll - RPC Authorization - ERR_AUTHENTICATOR"));
|
wxLogTrace(wxT("Function Status"), wxT("CNetworkConnection::Poll - RPC Authorization - ERR_AUTHENTICATOR"));
|
||||||
SetStateErrorAuthentication();
|
SetStateErrorAuthentication();
|
||||||
|
|
Loading…
Reference in New Issue