fix comment
This commit is contained in:
5
parse.c
5
parse.c
@@ -151,11 +151,10 @@ int validate(check_cmnd)
|
||||
if (return_code || parse_error)
|
||||
return(VALIDATE_ERROR);
|
||||
|
||||
if (top == 0)
|
||||
/*
|
||||
* nothing on the top of the stack =>
|
||||
* user doesn't appear in sudoers
|
||||
* Nothing on the top of the stack => user doesn't appear in sudoers.
|
||||
*/
|
||||
if (top == 0)
|
||||
return(VALIDATE_NO_USER);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user