Browse Source

take this back out so rebooting works again, probably fixes some other issues too

Kevin Bradley 5 years ago
parent
commit
bfb087f913
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Meridian/amfid/main.m

+ 2 - 2
Meridian/amfid/main.m

@@ -97,7 +97,7 @@ int fake_MISValidateSignatureAndCopyInfo(NSString* file, NSDictionary* options,
     const char *hash_name = get_hash_name(chosen_csdir->hashType);
     
     INFO(@"magic was performed [%08x (%s)]: %@", ntohl(*(uint64_t *)cd_hash), hash_name, file);
-    
+    /*
     // let's check entitlements, add platform-application if necessary
     ret = fixup_platform_application(file.UTF8String,
                                      file_off,
@@ -110,7 +110,7 @@ int fake_MISValidateSignatureAndCopyInfo(NSString* file, NSDictionary* options,
     if (ret != 0) {
         ERROR(@"fixup_platform_application returned: %d", ret);
     }
-    
+    */
     close_img(&img);
     return 0;
 }