Diff between 65c66807281bebcad6dc9b18f1c51d7ae5f9bd84 and 8a1b3f32ded285be6059217462f9d6fcb09aae4c
Changed Files
| File | Additions | Deletions | Status |
| obexd/client/manager.c | +1 | -2 | modified |
Full Patch
diff --git a/obexd/client/manager.c b/obexd/client/manager.c
index 3dd0220..3005fe8 100644
--- a/obexd/client/manager.c
+++ b/obexd/client/manager.c
@@ -510,8 +510,7 @@ static void capability_obc_session_callback(struct obc_session *session,
if (err != NULL)
goto fail;
- pull = obc_transfer_get("x-obex/capability", NULL, data->filename,
- &gerr);
+ pull = obc_transfer_get("x-obex/capability", NULL, NULL, &gerr);
if (pull == NULL)
goto fail;