Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

Commit

Permalink
Remove error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Oct 13, 2017
1 parent c912c19 commit 6de95e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions su.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6de95e0

Please sign in to comment.