---
 src/technology.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/technology.c b/src/technology.c
index 3781b0c..2cd1fd9 100644
--- a/src/technology.c
+++ b/src/technology.c
@@ -723,7 +723,7 @@ static DBusMessage *set_property(DBusConnection *conn,
                dbus_message_iter_get_basic(&value, &tethering);
 
                if (technology->tethering == tethering)
-                       return __connman_error_in_progress(msg);
+                       return __connman_error_already_enabled(msg);
 
                err = set_tethering(technology, tethering);
                if (err < 0)
-- 
1.7.5.4

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to