Skip to content

Commit

Permalink
Iteration.
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <blackslayer4@gmail.com>
  • Loading branch information
allexzander committed Dec 23, 2021
1 parent 50db30e commit addd911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/networkjobs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ QNetworkReply *SimpleFileJob::startRequest(
const QByteArray &verb, const QUrl &url, QNetworkRequest req, QIODevice *requestBody)
{
_verb = verb;
auto reply = sendRequest(verb, url, req, requestBody);
const auto reply = sendRequest(verb, url, req, requestBody);

if (reply->error() != QNetworkReply::NoError) {
qCWarning(lcSimpleFileJob) << verb << " Network error: " << reply->errorString();
Expand Down

0 comments on commit addd911

Please sign in to comment.