Hi Dmitriy, On Thu, Nov 11, 2010, Dmitriy Paliy wrote: > pbap->params = params; removed due to the fact that this assignment is > already used in the same function. > --- > plugins/pbap.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/plugins/pbap.c b/plugins/pbap.c > index 7b9f1ff..af60741 100644 > --- a/plugins/pbap.c > +++ b/plugins/pbap.c > @@ -617,7 +617,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); Pushed upstream. Thanks. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html