From 8c35fa2ec683d0c0ab7a358d9aa85b8e36c66cf8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 15 Aug 1996 19:46:04 +0000 Subject: [PATCH] fix comment --- parse.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/parse.c b/parse.c index a2c0febc9..8245fa840 100644 --- a/parse.c +++ b/parse.c @@ -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); /* -- 2.50.1