Diff between 31969b0483197833e8e3665b1dad67674172eaaf and 8bcf44da9d1ccad41f266383f40dbbe6b25b7d8f

Changed Files

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

Full Patch

diff --git a/obexd/src/obex.c b/obexd/src/obex.c
index 49d19b9..0dd84fc 100644
--- a/obexd/src/obex.c
+++ b/obexd/src/obex.c
@@ -115,6 +115,7 @@ static void os_reset_session(struct obex_session *os)
 	os->aborted = FALSE;
 	os->offset = 0;
 	os->size = OBJECT_SIZE_DELETE;
+	os->finished = 0;
 }
 
 static void os_session_mark_aborted(struct obex_session *os)