diff options
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp index 29d5a1c..4885b9f 100644 --- a/common/resourceaccess.cpp +++ b/common/resourceaccess.cpp | |||
@@ -220,7 +220,6 @@ KAsync::Job<void> ResourceAccess::Private::initializeSocket() | |||
220 | SinkWarning() << "Failed to start resource"; | 220 | SinkWarning() << "Failed to start resource"; |
221 | return KAsync::error(-1, "Failed to start resource"); | 221 | return KAsync::error(-1, "Failed to start resource"); |
222 | } | 222 | } |
223 | return KAsync::null(); | ||
224 | } else { | 223 | } else { |
225 | SinkTrace() << "Connected to resource, without having to start it."; | 224 | SinkTrace() << "Connected to resource, without having to start it."; |
226 | Q_ASSERT(s); | 225 | Q_ASSERT(s); |