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) 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);
/* /*