aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-cdma.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-16 09:51:57 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:51 +0100
commit6238ba8568323db3c7a52f19f691cf6105b9c585 (patch)
tree991cb871acd3c1be2c2e3b4d04913fcc67ba7f43 /src/mm-iface-modem-cdma.c
parent15f2c56f8978dafcc0db7744f1a95fae52e8c91e (diff)
api,dbus: don't return immediate CDMA activation errors
Seems like an unnecessary complication, as the client anyway needs to handle asynchronously reported errors.
Diffstat (limited to 'src/mm-iface-modem-cdma.c')
-rw-r--r--src/mm-iface-modem-cdma.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mm-iface-modem-cdma.c b/src/mm-iface-modem-cdma.c
index 2ce7796d..ed5e5407 100644
--- a/src/mm-iface-modem-cdma.c
+++ b/src/mm-iface-modem-cdma.c
@@ -159,9 +159,7 @@ handle_activate_ready (MMIfaceModemCdma *self,
error);
else
mm_gdbus_modem_cdma_complete_activate (ctx->skeleton,
- ctx->invocation,
- MM_MODEM_CDMA_ACTIVATION_ERROR_NONE
-);
+ ctx->invocation);
dbus_call_context_free (ctx);
}