From 16a17385369696c69cdcbb40042515c6c0b211d5 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 25 Jan 2010 22:17:28 +0100 Subject: Remove obsolete DLSendFile loop check and make it while(1) The checked node was already changed within the loop. --- tools/iphonebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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); -- cgit v1.1-32-gdbae