projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
710b744
)
session: Disconnect free ride session
author
Daniel Wagner
<daniel.wagner@bmw-carit.de>
Tue, 20 Sep 2011 15:26:18 +0000
(17:26 +0200)
committer
Daniel Wagner
<daniel.wagner@bmw-carit.de>
Thu, 22 Sep 2011 13:45:49 +0000
(15:45 +0200)
In case where we get offline
Fixes BMC#22837
src/session.c
patch
|
blob
|
history
diff --git
a/src/session.c
b/src/session.c
index
c5ec5fd
..
a5cc672
100644
(file)
--- a/
src/session.c
+++ b/
src/session.c
@@
-839,6
+839,8
@@
static void select_offline_service(struct connman_session *session,
* when the system is idle and we create a new session
* which is in free ride mode.
*/
+
+ test_and_disconnect(session);
return;
}