--- test/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/main.c b/test/main.c index 37b307c..4bd8e19 100644 --- a/test/main.c +++ b/test/main.c @@ -256,7 +256,7 @@ int main(int argc, char *argv[]) exit(1); } - obex = gw_obex_setup_fd(sk, target, target_len, NULL, &error); + obex = gw_obex_setup_fd(sk, target, target_len, NULL, &error,FDOBEX_MT_STREAM); if (obex == NULL) { fprintf(stderr, "Failed to create OBEX session\n"); close(sk); -- 1.7.1 -- 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