]> granicus.if.org Git - sudo/commitdiff
quiet gcc
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 2 Nov 2008 14:35:37 +0000 (14:35 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 2 Nov 2008 14:35:37 +0000 (14:35 +0000)
match.c

diff --git a/match.c b/match.c
index 4691785df049b58e035022720361f8a7acd73038..914f8f3b2162d769640915ef9eca9e6b68d3f1b8 100644 (file)
--- a/match.c
+++ b/match.c
@@ -421,8 +421,6 @@ command_matches(sudoers_cmnd, sudoers_args)
         *  b) there are no args on command line and none required by sudoers OR
         *  c) there are args in sudoers and on command line and they match
         * else return false.
-        *
-        * Could optimize patterns ending in "/*" to "/user_base"
         */
 #define GLOB_FLAGS     (GLOB_NOSORT | GLOB_MARK | GLOB_BRACE | GLOB_TILDE)
        if (glob(sudoers_cmnd, GLOB_FLAGS, NULL, &gl) != 0) {