From 408fb342d8b8d26572cd5a64b557e02c303ce524 Mon Sep 17 00:00:00 2001 From: Luiz Augusto Von Dentz Date: Tue, 27 Apr 2010 08:13:45 +0300 Subject: [PATCH] obexd: Fix RemoveSession argument to be object path instead of string --- obexd/client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/client/main.c b/obexd/client/main.c index aff7a99ec..16db55300 100644 --- a/obexd/client/main.c +++ b/obexd/client/main.c @@ -379,7 +379,7 @@ static DBusMessage *remove_session(DBusConnection *connection, const gchar *sender, *path; if (dbus_message_get_args(message, NULL, - DBUS_TYPE_STRING, &path, + DBUS_TYPE_OBJECT_PATH, &path, DBUS_TYPE_INVALID) == FALSE) return g_dbus_create_error(message, "org.openobex.Error.InvalidArguments", NULL); -- 2.47.3