mbm: fix 3gpp dialling sequence when result comes through polling
This commit is contained in:
@@ -228,7 +228,9 @@ poll_ready (MMBaseModem *modem,
|
|||||||
self->priv->connect_cancellable_id = 0;
|
self->priv->connect_cancellable_id = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_simple_async_result_set_op_res_gboolean (ctx->result, TRUE);
|
g_simple_async_result_set_op_res_gpointer (ctx->result,
|
||||||
|
g_object_ref (ctx->data),
|
||||||
|
(GDestroyNotify)g_object_unref);
|
||||||
dial_3gpp_context_complete_and_free (ctx);
|
dial_3gpp_context_complete_and_free (ctx);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user