OSDN Git Service

Small fix.
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 20 Oct 2018 14:40:25 +0000 (16:40 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 20 Oct 2018 14:40:25 +0000 (16:40 +0200)
src/UpdateChecker.cpp

index c7cfc1c..33dd516 100644 (file)
@@ -670,7 +670,6 @@ bool MUtils::UpdateChecker::execCurl(const QStringList &args, const QString &wor
        {
                switch (exitCode)
                {
-                       case -1:
                        case  0: log(QLatin1String("DONE: Transfer completed successfully."), "");                     break;
                        case  6: log(QLatin1String("ERROR: Remote host could not be resolved!"), "");                  break;
                        case  7: log(QLatin1String("ERROR: Connection to remote host could not be established!"), ""); break;