Hi Divya, On Mon, Feb 20, 2012 at 3:16 PM, Divya Yadav <divya.yadav@xxxxxxxxxxx> wrote: > Add parse apparam support to Obex put, which is missing in > current code. > --- > src/obex.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/src/obex.c b/src/obex.c > index 5b580d3..f9b7e22 100644 > --- a/src/obex.c > +++ b/src/obex.c > @@ -978,6 +978,7 @@ static void cmd_put(GObex *obex, GObexPacket *req, gpointer user_data) > parse_name(os, req); > parse_length(os, req); > parse_time(os, req); > + parse_apparam(os, req); > > if (!os->checked) { > if (!check_put(obex, req, user_data)) > -- > 1.7.0.4 Please use "core:" prefix when the patch changes code in src/, btw if there are plugins depending on this than it is a real fix and you should start with "core: Fix..." otherwise Im fine with the patch even if nobody uses apparam for PUT. -- Luiz Augusto von Dentz -- 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