From: Daniel Wagner <[email protected]>

Because in session_changed() we take care of this now.
---
 src/session.c |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/src/session.c b/src/session.c
index f798056..0930569 100644
--- a/src/session.c
+++ b/src/session.c
@@ -834,15 +834,8 @@ static void select_online_service(struct session_info 
*info,
 static void select_offline_service(struct session_info *info,
                                        struct service_entry *entry)
 {
-       if (explicit_connect(info->reason) == FALSE) {
-               /* Don't select this service. It is not online and we
-                * don't call connect on it. This happends for example
-                * when the system is idle and we create a new session
-                * which is in free ride mode.
-                */
-               deselect_service(info);
+       if (explicit_connect(info->reason) == FALSE)
                return;
-       }
 
        info->online = FALSE;
 
-- 
1.7.6

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

Reply via email to