summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/up-qos.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/up-qos.c b/src/up-qos.c
index 70f1690..f08c439 100644
--- a/src/up-qos.c
+++ b/src/up-qos.c
@@ -395,6 +395,8 @@ up_qos_cancel_request (UpQos *qos, guint cookie, DBusGMethodInvocation *context)
/* TODO: if persistent remove from datadase */
g_signal_emit (qos, signals [REQUESTS_CHANGED], 0);
+
+ dbus_g_method_return (context, NULL);
out:
if (subject != NULL)
g_object_unref (subject);