--- gwobex/obex-priv.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gwobex/obex-priv.c b/gwobex/obex-priv.c index 5d3b458..c8043e1 100644 --- a/gwobex/obex-priv.c +++ b/gwobex/obex-priv.c @@ -362,7 +362,7 @@ static void obex_request_done(GwObex *ctx, obex_object_t *object, ctx->obex_rsp = obex_rsp; - if (obex_rsp != OBEX_RSP_SUCCESS) { + if (obex_rsp != OBEX_RSP_SUCCESS && obex_rsp != OBEX_RSP_PARTIAL_CONTENT) { debug("%s command (0x%02x) failed: %s (0x%02x)\n", optostr((uint8_t)obex_cmd), (uint8_t)obex_cmd, OBEX_ResponseToString(obex_rsp), (uint8_t)obex_rsp); -- 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