Diff between aa00e11975b07153b9aee70bac4cf848d4669560 and 408fb342d8b8d26572cd5a64b557e02c303ce524

Changed Files

File Additions Deletions Status
obexd/client/main.c +1 -1 modified

Full Patch

diff --git a/obexd/client/main.c b/obexd/client/main.c
index aff7a99..16db553 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);