From 806eaa82453aac89f21d7c3b4a29183bba11efd1 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 28 Apr 2011 21:02:44 +0200 Subject: idevicebackup2: Device does not expect a status response after DLMessageProcessMessage --- tools/idevicebackup2.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index 7ddda9e..574155f 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c @@ -1618,10 +1618,7 @@ checkpoint: free(str); } - err = mobilebackup2_send_status_response(mobilebackup2, 0, NULL, plist_new_dict()); - if (err != MOBILEBACKUP2_E_SUCCESS) { - printf("Could not send status response, error %d\n", err); - } + break; } /* print status */ -- cgit v1.1-32-gdbae