2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-03 15:55:40 +00:00

added set of parens and a space

This commit is contained in:
Todd C. Miller
1995-12-06 00:02:13 +00:00
parent c8b4baceea
commit 1d04bad9ca

2
sudo.c
View File

@@ -261,7 +261,7 @@ int main(argc, argv)
add_env(); /* add in SUDO_* envariables */ add_env(); /* add in SUDO_* envariables */
/* validate the user but don't search for "validate" */ /* validate the user but don't search for "validate" */
rtn = validate(sudo_mode != MODE_VALIDATE); rtn = validate((sudo_mode != MODE_VALIDATE));
switch (rtn) { switch (rtn) {
case VALIDATE_OK: case VALIDATE_OK: