Skip to content

Commit

Permalink
Remove unneeded missing patch messages
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Jun 18, 2024
1 parent 00ac1fc commit f1d398a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions checkra1n/kpf-test/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ int main(int argc, const char **argv)
++verbose;
break;
case 'f':
palera1n_flags |= palerain_option_rootful;
test_force_rootful = 1;
break;
default:
Expand Down
2 changes: 0 additions & 2 deletions checkra1n/kpf/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2557,8 +2557,6 @@ static void kpf_cmd(const char *cmd, char *args)
if (!has_found_apfs_vfsop_mount && apfs_vfsop_mount_string_match != NULL) {
if (palera1n_flags & palerain_option_rootful) {
panic("Missing patch: apfs_vfsop_mount");
} else {
puts("Missing patch: apfs_vfsop_mount");
}
}

Expand Down

0 comments on commit f1d398a

Please sign in to comment.