[Manager] Always reconnect remote client without user prompt

This fixes #2440 in the way discussed in  #2441

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2018-07-07 23:52:57 +03:00
parent 2b16e07eb8
commit c5cf28a975
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
1 changed files with 4 additions and 0 deletions

View File

@ -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