]> granicus.if.org Git - sudo/commitdiff
regen
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 8 Jul 1999 10:46:46 +0000 (10:46 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 8 Jul 1999 10:46:46 +0000 (10:46 +0000)
sudo.tab.c

index a18403e0e3f26fd7eb26d96e25f96cc6ecaca6a5..7111717e1dee604f2b17a2e9b466b9121a764b74 100644 (file)
@@ -1193,9 +1193,9 @@ case 25:
                             * saving (or if nothing else is on the stack)
                             * and clear match status.
                             */
-                           if ((user_matches == TRUE && host_matches == TRUE &&
-                               cmnd_matches != -1 && runas_matches != -1) ||
-                               top == 1)
+                           if (user_matches == TRUE && host_matches == TRUE &&
+                               ((cmnd_matches != -1 && runas_matches != -1) ||
+                               top == 1))
                                pushcp;
                            cmnd_matches = -1;
                        }