From: Patrik Flykt <[email protected]>
---
src/technology.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/technology.c b/src/technology.c
index bed9448..e408da4 100644
--- a/src/technology.c
+++ b/src/technology.c
@@ -916,6 +916,9 @@ int __connman_technology_disable(enum connman_service_type
type, DBusMessage *ms
goto done;
}
+ if (technology->tethering == TRUE)
+ set_tethering(technology, FALSE);
+
if (msg != NULL) {
technology->pending_reply = dbus_message_ref(msg);
technology->enable_persistent = FALSE;
--
1.7.2.5
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman