mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-04 00:15:39 +00:00
Remove error handler
This commit is contained in:
parent
1a702b08b9
commit
6b7b71b1f8
3
su.c
3
su.c
@ -307,9 +307,6 @@ int su_daemon_main(int argc, char **argv) {
|
||||
optind++;
|
||||
}
|
||||
|
||||
// Setup done, now every error leads to deny
|
||||
err_handler = deny;
|
||||
|
||||
// Handle namespaces
|
||||
switch (su_ctx->info->mnt_ns) {
|
||||
case NAMESPACE_MODE_GLOBAL:
|
||||
|
Loading…
x
Reference in New Issue
Block a user