diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/iphonebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/iphonebackup.c b/tools/iphonebackup.c index a0b91f3..c24c161 100644 --- a/tools/iphonebackup.c +++ b/tools/iphonebackup.c @@ -545,7 +545,7 @@ int main(int argc, char *argv[]) plist_free(message); message = NULL; - } while (!plist_strcmp(node, "DLSendFile")); + } while (1); printf("Received %d files from device.\n", file_index); |