projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e70b18
)
connection: Update service list order
author
Jukka Rissanen
<jukka.rissanen@linux.intel.com>
Thu, 5 Apr 2012 09:00:51 +0000
(12:00 +0300)
committer
Patrik Flykt
<patrik.flykt@linux.intel.com>
Thu, 5 Apr 2012 11:18:23 +0000
(14:18 +0300)
This is done as we might have changed the order of the services
so force update of the service list.
src/connection.c
patch
|
blob
|
history
diff --git
a/src/connection.c
b/src/connection.c
index daaea4210a0ee12d1392d5a54b34712bc64e0139..a679619d20c1d1dfb483ba52e116c412bba164a7 100644
(file)
--- a/
src/connection.c
+++ b/
src/connection.c
@@
-933,6
+933,8
@@
gboolean __connman_connection_update_gateway(void)
default_gateway = find_default_gateway();
+ __connman_service_update_ordering();
+
DBG("default %p", default_gateway);
/*