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:
9d7a9ac
)
Send service list update when going to offline mode
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 16 Jul 2009 23:13:31 +0000
(
01:13
+0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 16 Jul 2009 23:13:31 +0000
(
01:13
+0200)
src/notifier.c
patch
|
blob
|
history
diff --git
a/src/notifier.c
b/src/notifier.c
index
df6fd33
..
03367d4
100644
(file)
--- a/
src/notifier.c
+++ b/
src/notifier.c
@@
-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;