Gerrit: Move line back to correct case

Change-Id: I7d6ee5835d67fce21ea211099d9d6aa6061517b9
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Robert Loehning
2017-05-02 16:08:12 +02:00
parent 2d4adebf2a
commit 9ee0cec3bc

View File

@@ -283,6 +283,7 @@ bool GerritServer::resolveRoot()
saveSettings(Valid); saveSettings(Valid);
return true; return true;
case AuthenticationFailure: case AuthenticationFailure:
return setupAuthentication();
case CertificateError: case CertificateError:
if (QMessageBox::question( if (QMessageBox::question(
Core::ICore::mainWindow(), Core::ICore::mainWindow(),
@@ -300,7 +301,6 @@ bool GerritServer::resolveRoot()
return false; return false;
} }
break; break;
return setupAuthentication();
case PageNotFound: case PageNotFound:
if (!ascendPath()) { if (!ascendPath()) {
saveSettings(NotGerrit); saveSettings(NotGerrit);