Skip to content

Commit

Permalink
Merge pull request BOINC#2590 from AenBleidd/auto_reconnect2
Browse files Browse the repository at this point in the history
[Manager] Always reconnect remote client without user prompt
  • Loading branch information
JuhaSointusalo authored Jul 11, 2018
2 parents 51bf79a + c5cf28a commit 8535732
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clientgui/BOINCBaseFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,10 @@ void CBOINCBaseFrame::ShowConnectionFailedAlert() {
return;
}
}
} else {
// Don't ask whether to reconnect to remote client
pDoc->Reconnect();
return;
}

// %s is the application name
Expand Down

0 comments on commit 8535732

Please sign in to comment.