summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-12-23 00:54:03 +0100
committerUwe Klotz <uklotz@mixxx.org>2020-12-30 11:46:22 +0100
commitfb8f78ea8b540baf18aa39f124ed4914fbc41a04 (patch)
tree9742268cba35b2fd43e8b8bf413756dc2a837a0b /src/network
parentfc7b47e78b1efb970fcdc2ca6d0566456743b549 (diff)
WebTask: Fix swapped lines
Diffstat (limited to 'src/network')
-rw-r--r--src/network/webtask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/webtask.cpp b/src/network/webtask.cpp
index cc41984431..52487f3f2d 100644
--- a/src/network/webtask.cpp
+++ b/src/network/webtask.cpp
@@ -214,8 +214,8 @@ void WebTask::abort() {
return;
}
VERIFY_OR_DEBUG_ASSERT(m_pendingNetworkReply) {
- return;
DEBUG_ASSERT(m_timeoutTimerId == kInvalidTimerId);
+ return;
}
if (m_timeoutTimerId != kInvalidTimerId) {
killTimer(m_timeoutTimerId);