Diff between eb83291e68d118a7902a9b21180b0475b812af5a and cf333570ab154e3e6f2238035780b1305260cb30

Changed Files

File Additions Deletions Status
obexd/src/obex.c +1 -1 modified

Full Patch

diff --git a/obexd/src/obex.c b/obexd/src/obex.c
index d1ac339..4e1db9c 100644
--- a/obexd/src/obex.c
+++ b/obexd/src/obex.c
@@ -683,7 +683,7 @@ add_header:
 
 	os->offset += len;
 
-	return len;
+	return 0;
 }
 
 static gboolean handle_async_io(void *object, int flags, int err,