Diff between c3452bea97bbdac24bb9d95cdfaf78eb1ce911d3 and 41f2c9e5d81995c2c1dc54a79f553a8ef2a0694a

Changed Files

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

Full Patch

diff --git a/obexd/src/obex.c b/obexd/src/obex.c
index 75fbc1a..3a30605 100644
--- a/obexd/src/obex.c
+++ b/obexd/src/obex.c
@@ -737,7 +737,6 @@ static void obex_event(obex_t *obex, obex_object_t *obj, gint mode,
 		os->aborted = TRUE;
 		if (os->target == NULL)
 			emit_transfer_completed(os->cid, FALSE);
-
 		os_reset_session(os);
 		OBEX_ObjectSetRsp(obj, OBEX_RSP_SUCCESS, OBEX_RSP_SUCCESS);
 		break;