[maemo-commits] [maemo-commits] r16804 - projects/haf/trunk/ke-recv/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Nov 28 17:15:24 EET 2008
Author: kihamala
Date: 2008-11-28 17:15:22 +0200 (Fri, 28 Nov 2008)
New Revision: 16804

Modified:
   projects/haf/trunk/ke-recv/src/ke-recv.c
Log:
remove extra replies


Modified: projects/haf/trunk/ke-recv/src/ke-recv.c
===================================================================
--- projects/haf/trunk/ke-recv/src/ke-recv.c	2008-11-28 15:07:09 UTC (rev 16803)
+++ projects/haf/trunk/ke-recv/src/ke-recv.c	2008-11-28 15:15:22 UTC (rev 16804)
@@ -568,7 +568,6 @@
         the_connection = c;
         the_message = m;
         handle_usb_event(E_EJECT);
-        send_reply();
         /* invalidate */
         the_connection = NULL;
         the_message = NULL;
@@ -583,7 +582,6 @@
         the_connection = c;
         the_message = m;
         handle_usb_event(E_EJECT_CANCELLED);
-        send_reply();
         /* invalidate */
         the_connection = NULL;
         the_message = NULL;


More information about the maemo-commits mailing list