summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/idevicebackup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/idevicebackup.c b/tools/idevicebackup.c
index c0b1645..b8e39bb 100644
--- a/tools/idevicebackup.c
+++ b/tools/idevicebackup.c
@@ -950,7 +950,7 @@ int main(int argc, char *argv[])
950 if (!message) { 950 if (!message) {
951 printf("Device is not ready yet. Going to try again in 2 seconds...\n"); 951 printf("Device is not ready yet. Going to try again in 2 seconds...\n");
952 sleep(2); 952 sleep(2);
953 continue; 953 goto files_out;
954 } 954 }
955 955
956 node = plist_array_get_item(message, 0); 956 node = plist_array_get_item(message, 0);
@@ -1078,7 +1078,7 @@ int main(int argc, char *argv[])
1078 /* reset hunk_index */ 1078 /* reset hunk_index */
1079 hunk_index = 0; 1079 hunk_index = 0;
1080 } 1080 }
1081 1081files_out:
1082 if (quit_flag > 0) { 1082 if (quit_flag > 0) {
1083 /* need to cancel the backup here */ 1083 /* need to cancel the backup here */
1084 mobilebackup_send_error(mobilebackup, "Cancelling DLSendFile"); 1084 mobilebackup_send_error(mobilebackup, "Cancelling DLSendFile");