Diff between 9a5ce1651c1d92107b81ff66156a76260add5597 and 6defa88864393eae0242be8e5fca84adc93dc92d
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/opp.c | +3 | -0 | modified |
Full Patch
diff --git a/obexd/plugins/opp.c b/obexd/plugins/opp.c
index 01afe76..fc69544 100644
--- a/obexd/plugins/opp.c
+++ b/obexd/plugins/opp.c
@@ -140,6 +140,9 @@ skip_auth:
if (name == NULL || strlen(name) == 0)
return -EBADR;
+ if (g_str_equal(name, obex_get_name(os)) == FALSE)
+ obex_set_name(os, name);
+
path = g_build_filename(folder, name, NULL);
manager_emit_transfer_started(os);