aboutsummaryrefslogtreecommitdiff
path: root/plugins/simtech
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/simtech')
-rw-r--r--plugins/simtech/mm-shared-simtech.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/simtech/mm-shared-simtech.c b/plugins/simtech/mm-shared-simtech.c
index f6921b61..99c2346e 100644
--- a/plugins/simtech/mm-shared-simtech.c
+++ b/plugins/simtech/mm-shared-simtech.c
@@ -293,7 +293,7 @@ disable_cgps_ready (MMBaseModem *self,
if (error)
g_task_return_error (task, error);
else {
- priv->enabled_sources &= source;
+ priv->enabled_sources &= ~source;
g_task_return_boolean (task, TRUE);
}
g_object_unref (task);