Blame SOURCES/0021-daemon-Don-t-try-to-infinitely-kill-monolithic-when-.patch

03fe1d
From 9d732a65008b54b10ea57eb33ae3648cab1fb41d Mon Sep 17 00:00:00 2001
03fe1d
From: David Rosca <nowrep@gmail.com>
03fe1d
Date: Sat, 7 Feb 2015 14:11:53 +0100
03fe1d
Subject: [PATCH 21/21] daemon: Don't try to infinitely kill monolithic when it
03fe1d
 fails
03fe1d
03fe1d
Killing monolithic may fail for various reasons (eg. it may not
03fe1d
be running in the first place). Don't try to kill it again when it
03fe1d
fails.
03fe1d
03fe1d
BUG: 343682
03fe1d
---
03fe1d
 src/daemon/kded/BlueDevilDaemon.cpp | 1 -
03fe1d
 1 file changed, 1 deletion(-)
03fe1d
03fe1d
diff --git a/src/daemon/kded/BlueDevilDaemon.cpp b/src/daemon/kded/BlueDevilDaemon.cpp
03fe1d
index 12efc73..1a4c250 100644
03fe1d
--- a/src/daemon/kded/BlueDevilDaemon.cpp
03fe1d
+++ b/src/daemon/kded/BlueDevilDaemon.cpp
03fe1d
@@ -375,7 +375,6 @@ void BlueDevilDaemon::monolithicQuit(QDBusPendingCallWatcher* watcher)
03fe1d
     QDBusPendingReply<void> reply = *watcher;
03fe1d
     if (reply.isError()) {
03fe1d
         qDebug() << "Error response: " << reply.error().message();
03fe1d
-        killMonolithic();
03fe1d
     }
03fe1d
 }
03fe1d
 
03fe1d
-- 
03fe1d
2.1.0
03fe1d