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:
84deb0e
)
Fix wrong return type of LookupService message
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 13 May 2010 16:18:51 +0000
(18:18 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 13 May 2010 16:18:51 +0000
(18:18 +0200)
src/manager.c
patch
|
blob
|
history
diff --git
a/src/manager.c
b/src/manager.c
index 23c5782ebc0dadcd0094be43b68e59cd12ddf6ac..22e263a4d03ba1a5c4b8bf6abdbe386a7b64def2 100644
(file)
--- a/
src/manager.c
+++ b/
src/manager.c
@@
-457,7
+457,7
@@
static DBusMessage *lookup_service(DBusConnection *conn,
if (err < 0)
return __connman_error_failed(msg, -err);
- return g_dbus_create_reply(msg, DBUS_TYPE_
STRING
, &path,
+ return g_dbus_create_reply(msg, DBUS_TYPE_
OBJECT_PATH
, &path,
DBUS_TYPE_INVALID);
}