summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/idevicebackup4.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/idevicebackup4.c b/tools/idevicebackup4.c
index 398276f..d07638b 100644
--- a/tools/idevicebackup4.c
+++ b/tools/idevicebackup4.c
@@ -1012,10 +1012,6 @@ static int handle_receive_files(plist_t message, const char *backup_dir)
1012 } 1012 }
1013 if (backup_total_size > 0) { 1013 if (backup_total_size > 0) {
1014 printf("Receiving backup data\n"); 1014 printf("Receiving backup data\n");
1015 } else {
1016 // TODO correct?
1017 mobilebackup2_send_status_response(mobilebackup2, 0, NULL, plist_new_dict());
1018 return 0;
1019 } 1015 }
1020 1016
1021 do { 1017 do {