summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2011-04-28 21:02:44 +0200
committerGravatar Martin Szulecki2011-04-28 21:02:44 +0200
commit806eaa82453aac89f21d7c3b4a29183bba11efd1 (patch)
treec8c4689658ff0998327a959aed1a899186ff40d0
parentfa40b4ad59bce6b9d8c3a0763b09530e8cf2a006 (diff)
downloadlibimobiledevice-806eaa82453aac89f21d7c3b4a29183bba11efd1.tar.gz
libimobiledevice-806eaa82453aac89f21d7c3b4a29183bba11efd1.tar.bz2
idevicebackup2: Device does not expect a status response after DLMessageProcessMessage
-rw-r--r--tools/idevicebackup2.c5
1 files changed, 1 insertions, 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:
1618 free(str); 1618 free(str);
1619 } 1619 }
1620 1620
1621 err = mobilebackup2_send_status_response(mobilebackup2, 0, NULL, plist_new_dict()); 1621 break;
1622 if (err != MOBILEBACKUP2_E_SUCCESS) {
1623 printf("Could not send status response, error %d\n", err);
1624 }
1625 } 1622 }
1626 1623
1627 /* print status */ 1624 /* print status */