sudoers_check_common: remove extraneous return statement.
This commit is contained in:
@@ -480,7 +480,6 @@ sudoers_check_common(int pwflag)
|
|||||||
N_("user not allowed to change directory to %s"), user_runcwd);
|
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"),
|
sudo_warnx(U_("you are not permitted to use the -D option with %s"),
|
||||||
user_cmnd);
|
user_cmnd);
|
||||||
debug_return_bool(false);
|
|
||||||
goto bad;
|
goto bad;
|
||||||
default:
|
default:
|
||||||
goto done;
|
goto done;
|
||||||
|
Reference in New Issue
Block a user