Diff between 78a127088c2ef45717e7076209f6436670d388fe and e5e3a222cc90bdd2346a57272a782f2764b88946
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/pbap.c | +0 | -1 | modified |
Full Patch
diff --git a/obexd/plugins/pbap.c b/obexd/plugins/pbap.c
index a40563c..666054b 100644
--- a/obexd/plugins/pbap.c
+++ b/obexd/plugins/pbap.c
@@ -612,7 +612,6 @@ static int pbap_get(struct obex_session *os, obex_object_t *obj,
if (path == NULL)
return -EBADR;
- pbap->params = params;
ret = obex_get_stream_start(os, path);
g_free(path);