diff options
| author | 2010-06-05 04:05:16 +0800 | |
|---|---|---|
| committer | 2010-06-09 17:17:28 +0800 | |
| commit | 3761295840ba6c7672aebcb2b084a2dbf7099735 (patch) | |
| tree | 2062f863e24d8376f545481e3798662b1fdd3a8e /src/idevicerestore.c | |
| parent | ce999c67996515b278f49ea88f4e306dc0308ff3 (diff) | |
| download | idevicerestore-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.c | 2 | 
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) { | 
