summaryrefslogtreecommitdiffstats
path: root/src/restore.c
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-07 14:24:08 +0800
committerGravatar rcg4u2010-06-09 17:17:29 +0800
commita274554b753880dd7042b6013d0158a0b81124c7 (patch)
treeb114cc3ab2369805ece1c169684a7f95ffdf7d3b /src/restore.c
parent9279f889d7e296880fd7ea9d6c7cec499db62ea4 (diff)
downloadidevicerestore-a274554b753880dd7042b6013d0158a0b81124c7.tar.gz
idevicerestore-a274554b753880dd7042b6013d0158a0b81124c7.tar.bz2
I really need to put more descriptive messages here, but im doing stuff all over the place
Diffstat (limited to 'src/restore.c')
-rw-r--r--src/restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.c b/src/restore.c
index 46a509a..b5eea66 100644
--- a/src/restore.c
+++ b/src/restore.c
@@ -208,7 +208,7 @@ void restore_close(idevice_t device, restored_client_t restore) {
restored_client_free(restore);
if (device)
idevice_free(device);
- idevice_event_unsubscribe();
+ //idevice_event_unsubscribe();
}
const char* restore_progress_string(unsigned int operation) {