Hi,
On Mon, Jun 20, 2011 at 12:45 PM, Nami [off-list ref] wrote:
quoted hunk ↗ jump to hunk
---
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
--
Fixes in place please, don't add fixes to code not upstream, git
rebase -i and/or git stash can help you with that.
--
Luiz Augusto von Dentz