summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-rfcomm.c
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2006-04-24 19:13:15 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2006-04-24 19:13:15 +0000
commit14c47b9e49311149a56553c71286aaabd6bd2992 (patch)
tree3cc641577a01538b9d8d0f0d80723ef838a2c049 /hcid/dbus-rfcomm.c
parent40448f0abe91bdbf79ac52a1293251f66ee0f84c (diff)
Changed object path hierarchy
Diffstat (limited to 'hcid/dbus-rfcomm.c')
-rw-r--r--hcid/dbus-rfcomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-rfcomm.c b/hcid/dbus-rfcomm.c
index c9f862e0..6b5912d8 100644
--- a/hcid/dbus-rfcomm.c
+++ b/hcid/dbus-rfcomm.c
@@ -719,5 +719,5 @@ DBusHandlerResult handle_rfcomm_method(DBusConnection *conn, DBusMessage *msg,
if (handler)
return handler(conn, msg, data);
- return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
+ return error_unknown_method(conn, msg);
}