From c5cf28a9758b48650c75f49829b53ff0c54d6934 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Sat, 7 Jul 2018 23:52:57 +0300 Subject: [PATCH] [Manager] Always reconnect remote client without user prompt This fixes #2440 in the way discussed in #2441 Signed-off-by: Vitalii Koshura --- clientgui/BOINCBaseFrame.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clientgui/BOINCBaseFrame.cpp b/clientgui/BOINCBaseFrame.cpp index 66523f4d81..45db23e9e4 100644 --- a/clientgui/BOINCBaseFrame.cpp +++ b/clientgui/BOINCBaseFrame.cpp @@ -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