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:
4ce8921
)
Send signal with empty default technology when not connected
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 29 Nov 2009 16:31:34 +0000
(17:31 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 29 Nov 2009 16:31:34 +0000
(17:31 +0100)
src/notifier.c
patch
|
blob
|
history
diff --git
a/src/notifier.c
b/src/notifier.c
index ec04d954f079fd61759ca5a4c8525235dd0b6cbb..c9bcac816269c9751b7c3506a081a179d437d6cc 100644
(file)
--- a/
src/notifier.c
+++ b/
src/notifier.c
@@
-351,7
+351,7
@@
static void technology_default(enum connman_service_type type)
str = __connman_service_type2string(type);
if (str == NULL)
-
return
;
+
str = ""
;
signal = dbus_message_new_signal(CONNMAN_MANAGER_PATH,
CONNMAN_MANAGER_INTERFACE, "PropertyChanged");