Send service list update when going to offline mode
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 16 Jul 2009 23:13:31 +0000 (01:13 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 16 Jul 2009 23:13:31 +0000 (01:13 +0200)
src/notifier.c

index df6fd33..03367d4 100644 (file)
@@ -241,6 +241,8 @@ void __connman_notifier_offline_mode(connman_bool_t enabled)
 
        DBG("enabled %d", enabled);
 
+       __connman_profile_changed(FALSE);
+
        for (list = notifier_list; list; list = list->next) {
                struct connman_notifier *notifier = list->data;