diff options
author | Nikias Bassen | 2010-12-02 04:05:13 +0100 |
---|---|---|
committer | Martin Szulecki | 2011-04-11 19:42:19 +0200 |
commit | 1234b3b64e03ec65b0aeb23272d6816266a366a6 (patch) | |
tree | 35faa15caf9c7e1b3dc625e879be63bb7e78f1ee /tools | |
parent | 43a55bbb96e0e909cbbccc8c77e7b678dfb21fcc (diff) | |
download | libimobiledevice-1234b3b64e03ec65b0aeb23272d6816266a366a6.tar.gz libimobiledevice-1234b3b64e03ec65b0aeb23272d6816266a366a6.tar.bz2 |
Revert "idevicebackup4: return success for empty DLMessageUploadFiles messages"
This reverts commit 4d87df37f6a32db24068932a95045d431d317a56.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/idevicebackup4.c | 4 |
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) } if (backup_total_size > 0) { printf("Receiving backup data\n"); - } else { - // TODO correct? - mobilebackup2_send_status_response(mobilebackup2, 0, NULL, plist_new_dict()); - return 0; } do { |