diff options
-rw-r--r-- | plugins/icera/mm-broadband-bearer-icera.c | 2 | ||||
-rw-r--r-- | plugins/option/mm-broadband-bearer-hso.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/plugins/icera/mm-broadband-bearer-icera.c b/plugins/icera/mm-broadband-bearer-icera.c index ba64aa90..7dce6859 100644 --- a/plugins/icera/mm-broadband-bearer-icera.c +++ b/plugins/icera/mm-broadband-bearer-icera.c @@ -655,8 +655,6 @@ connect_cancelled_cb (GCancellable *cancellable, /* Remove the cancellable * NOTE: we shouldn't remove the timeout yet. We still need to wait * to get connected before running the explicit connection reset */ - g_cancellable_disconnect (ctx->cancellable, - self->priv->connect_cancellable_id); self->priv->connect_cancellable_id = 0; /* Store cancelled error */ diff --git a/plugins/option/mm-broadband-bearer-hso.c b/plugins/option/mm-broadband-bearer-hso.c index 0ea36b6f..0db9dac8 100644 --- a/plugins/option/mm-broadband-bearer-hso.c +++ b/plugins/option/mm-broadband-bearer-hso.c @@ -495,8 +495,6 @@ connect_cancelled_cb (GCancellable *cancellable, /* Remove the cancellable * NOTE: we shouldn't remove the timeout yet. We still need to wait * to get connected before running the explicit connection reset */ - g_cancellable_disconnect (ctx->cancellable, - self->priv->connect_cancellable_id); self->priv->connect_cancellable_id = 0; /* Store cancelled error */ |