mirror of https://github.com/BOINC/boinc.git
Merge pull request #2590 from AenBleidd/auto_reconnect2
[Manager] Always reconnect remote client without user prompt
This commit is contained in:
commit
85357325df
|
@ -556,6 +556,10 @@ void CBOINCBaseFrame::ShowConnectionFailedAlert() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
// Don't ask whether to reconnect to remote client
|
||||||
|
pDoc->Reconnect();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// %s is the application name
|
// %s is the application name
|
||||||
|
|
Loading…
Reference in New Issue