fix comment

This commit is contained in:
Todd C. Miller
1996-08-15 19:46:04 +00:00
parent 4fb2f4ca9a
commit 8c35fa2ec6

View File

@@ -151,11 +151,10 @@ int validate(check_cmnd)
if (return_code || parse_error)
return(VALIDATE_ERROR);
/*
* Nothing on the top of the stack => user doesn't appear in sudoers.
*/
if (top == 0)
/*
* nothing on the top of the stack =>
* user doesn't appear in sudoers
*/
return(VALIDATE_NO_USER);
/*