From a209ba12c097215fa14bf9f561f486474b586e4b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 28 Jun 2009 09:14:54 +0200 Subject: [PATCH] Check for valid default route when updating profile details --- src/profile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/profile.c b/src/profile.c index 8984872..683e46a 100644 --- a/src/profile.c +++ b/src/profile.c @@ -71,6 +71,8 @@ void __connman_profile_changed(void) DBusMessage *signal; DBusMessageIter entry; + __connman_connection_update_gateway(); + signal = dbus_message_new_signal(path, CONNMAN_PROFILE_INTERFACE, "PropertyChanged"); if (signal == NULL) -- 2.7.4