diff options
| -rw-r--r-- | tools/idevicebackup2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index 8dc32c5..e6c1d3f 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c | |||
| @@ -491,7 +491,7 @@ static plist_t mobilebackup_factory_info_plist_new(const char* udid, idevice_t d | |||
| 491 | 491 | ||
| 492 | static int mb2_status_check_snapshot_state(const char *path, const char *udid, const char *matches) | 492 | static int mb2_status_check_snapshot_state(const char *path, const char *udid, const char *matches) |
| 493 | { | 493 | { |
| 494 | int ret = -1; | 494 | int ret = 0; |
| 495 | plist_t status_plist = NULL; | 495 | plist_t status_plist = NULL; |
| 496 | char *file_path = string_build_path(path, udid, "Status.plist", NULL); | 496 | char *file_path = string_build_path(path, udid, "Status.plist", NULL); |
| 497 | 497 | ||
