Diff between ff418f11552e286e4f1bffe2cc3bfa12794eb386 and 1a6def174f62a2fe70e52301c5afc3de4c6e2396

Changed Files

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

Full Patch

diff --git a/obexd/client/main.c b/obexd/client/main.c
index 7a2113d..71afb40 100644
--- a/obexd/client/main.c
+++ b/obexd/client/main.c
@@ -268,7 +268,6 @@ static void pull_session_callback(struct session_data *session,
 	}
 
 	session_set_owner(session, data->sender, owner_exit);
-	g_dbus_send_reply(data->connection, data->message, DBUS_TYPE_INVALID);
 
 	session_pull(session, "text/x-vcard", "/tmp/x.vcf",
 						pull_complete_callback, data);