diff options
author | Joshua Hill | 2010-06-07 14:24:08 +0800 |
---|---|---|
committer | rcg4u | 2010-06-09 17:17:29 +0800 |
commit | a274554b753880dd7042b6013d0158a0b81124c7 (patch) | |
tree | b114cc3ab2369805ece1c169684a7f95ffdf7d3b /src/restore.c | |
parent | 9279f889d7e296880fd7ea9d6c7cec499db62ea4 (diff) | |
download | idevicerestore-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.c | 2 |
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) { |