]> granicus.if.org Git - sudo/commitdiff
fix comment
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Aug 1996 19:46:04 +0000 (19:46 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Aug 1996 19:46:04 +0000 (19:46 +0000)
parse.c

diff --git a/parse.c b/parse.c
index a2c0febc9c24bcac14116b2b168f147f1d855b9c..8245fa840150e95e97390adfcf1083978a63b488 100644 (file)
--- 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);
 
     /*