summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.c
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-05 04:05:16 +0800
committerGravatar rcg4u2010-06-09 17:17:28 +0800
commit3761295840ba6c7672aebcb2b084a2dbf7099735 (patch)
tree2062f863e24d8376f545481e3798662b1fdd3a8e /src/idevicerestore.c
parentce999c67996515b278f49ea88f4e306dc0308ff3 (diff)
downloadidevicerestore-3761295840ba6c7672aebcb2b084a2dbf7099735.tar.gz
idevicerestore-3761295840ba6c7672aebcb2b084a2dbf7099735.tar.bz2
small bugfix in idevicerestore.c get_build_identity and went ahead and added activate code to be cleaned up and added to process later
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r--src/idevicerestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index 7d382eb..4494f04 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -302,7 +302,7 @@ plist_t get_build_identity(plist_t buildmanifest, uint32_t identity) {
return NULL;
}
- return plist_copy(build_identity);
+ return build_identity;
}
int extract_filesystem(const char* ipsw, plist_t build_identity, char** filesystem) {