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 -- 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