chiark / gitweb /
transaction: cancel jobs non-recursively on isolate
[elogind.git] / src / core / dbus-job.c
index 4b20d495eb36e386881756d804f8a29171e9243c..446f809bffea256292243f31e737e73fc8478073 100644 (file)
@@ -100,7 +100,7 @@ static DBusHandlerResult bus_job_message_dispatch(Job *j, DBusConnection *connec
                 if (!(reply = dbus_message_new_method_return(message)))
                         goto oom;
 
-                job_finish_and_invalidate(j, JOB_CANCELED);
+                job_finish_and_invalidate(j, JOB_CANCELED, true);
 
         } else {
                 const BusBoundProperties bps[] = {