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)
|
if (return_code || parse_error)
|
||||||
return(VALIDATE_ERROR);
|
return(VALIDATE_ERROR);
|
||||||
|
|
||||||
if (top == 0)
|
|
||||||
/*
|
/*
|
||||||
* nothing on the top of the stack =>
|
* Nothing on the top of the stack => user doesn't appear in sudoers.
|
||||||
* user doesn't appear in sudoers
|
|
||||||
*/
|
*/
|
||||||
|
if (top == 0)
|
||||||
return(VALIDATE_NO_USER);
|
return(VALIDATE_NO_USER);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user