Commit 6b7b71b1 authored by topjohnwu's avatar topjohnwu

Remove error handler

parent 1a702b08
...@@ -307,9 +307,6 @@ int su_daemon_main(int argc, char **argv) { ...@@ -307,9 +307,6 @@ int su_daemon_main(int argc, char **argv) {
optind++; optind++;
} }
// Setup done, now every error leads to deny
err_handler = deny;
// Handle namespaces // Handle namespaces
switch (su_ctx->info->mnt_ns) { switch (su_ctx->info->mnt_ns) {
case NAMESPACE_MODE_GLOBAL: case NAMESPACE_MODE_GLOBAL:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment