summaryrefslogtreecommitdiffstats
path: root/plugins/hso.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hso.c')
-rw-r--r--plugins/hso.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/hso.c b/plugins/hso.c
index 27b69dce..dd9be672 100644
--- a/plugins/hso.c
+++ b/plugins/hso.c
@@ -165,7 +165,6 @@ static void cfun_disable(gboolean ok, GAtResult *result, gpointer user_data)
DBG("");
- g_at_chat_shutdown(data->control);
g_at_chat_unref(data->control);
data->control = NULL;
@@ -185,7 +184,6 @@ static int hso_disable(struct ofono_modem *modem)
g_at_chat_cancel_all(data->control);
g_at_chat_unregister_all(data->control);
- g_at_chat_shutdown(data->app);
g_at_chat_unref(data->app);
data->app = NULL;