linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH obexd] core: Fix application parameter parsing in obex put
@ 2012-02-20 14:07 Divya Yadav
  2012-03-01  3:31 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Divya Yadav @ 2012-02-20 14:07 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Divya Yadav

Fix for application parameter parsing which is missing
in obex put.
---
 src/obex.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/obex.c b/src/obex.c
index 786398d..dfcbab0 100644
--- a/src/obex.c
+++ b/src/obex.c
@@ -964,6 +964,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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH obexd] core: Fix application parameter parsing in obex put
  2012-02-20 14:07 [PATCH obexd] core: Fix application parameter parsing in obex put Divya Yadav
@ 2012-03-01  3:31 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2012-03-01  3:31 UTC (permalink / raw)
  To: Divya Yadav; +Cc: linux-bluetooth

Hi Divya,

On Mon, Feb 20, 2012, Divya Yadav wrote:
> Fix for application parameter parsing which is missing
> in obex put.
> ---
>  src/obex.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Applied. Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-01  3:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 14:07 [PATCH obexd] core: Fix application parameter parsing in obex put Divya Yadav
2012-03-01  3:31 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).