From 5f86dc27a730361bc8926d30d4a7de61c4b1cc56 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Thu, 5 Apr 2012 12:00:51 +0300 Subject: [PATCH] connection: Update service list order This is done as we might have changed the order of the services so force update of the service list. --- src/connection.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/connection.c b/src/connection.c index daaea421..a679619d 100644 --- 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); /* -- 2.34.1