Skip to content

Commit

Permalink
sudoers_check_common: remove extraneous return statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
millert committed Jul 7, 2023
1 parent bced0a7 commit 0205f6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/sudoers/sudoers.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ sudoers_check_common(int pwflag)
N_("user not allowed to change directory to %s"), user_runcwd);
sudo_warnx(U_("you are not permitted to use the -D option with %s"),
user_cmnd);
debug_return_bool(false);
goto bad;
default:
goto done;
Expand Down

0 comments on commit 0205f6f

Please sign in to comment.