Diff between cceb761559fc97c2a066fb943b2f0f46fcfddc6a and 91b2a8d879b91dc290ca8a7d0d6f5dd905f7e794
Changed Files
| File | Additions | Deletions | Status |
| obexd/client/session.c | +1 | -1 | modified |
Full Patch
diff --git a/obexd/client/session.c b/obexd/client/session.c
index 3143cc0..873d722 100644
--- a/obexd/client/session.c
+++ b/obexd/client/session.c
@@ -493,7 +493,7 @@ static void agent_notify_error(DBusConnection *conn, const char *agent_name,
{
DBusMessage *message;
- if (agent_name == NULL || agent_path == NULL)
+ if (agent_name == NULL || agent_path == NULL || transfer_path == NULL)
return;
message = dbus_message_new_method_call(agent_name,