summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/installer/downloadfiletask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/downloadfiletask.cpp b/src/libs/installer/downloadfiletask.cpp
index f48718b9d..a89e3a240 100644
--- a/src/libs/installer/downloadfiletask.cpp
+++ b/src/libs/installer/downloadfiletask.cpp
@@ -235,7 +235,7 @@ void Downloader::onError(QNetworkReply::NetworkError error)
if (error == QNetworkReply::ProxyAuthenticationRequiredError)
return; // already handled by onProxyAuthenticationRequired
- if (error = QNetworkReply::AuthenticationRequiredError)
+ if (error == QNetworkReply::AuthenticationRequiredError)
return; // already handled by onAuthenticationRequired
if (reply) {