]> granicus.if.org Git - sudo/commitdiff
removed an XXX (fixed it in getspwuid.c)
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Feb 1996 02:59:21 +0000 (02:59 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Feb 1996 02:59:21 +0000 (02:59 +0000)
sudo.c

diff --git a/sudo.c b/sudo.c
index e651502e6dab81cd09aef5a30915544ad9ab211d..267b5dc7951fb8e7c74a757dcb352d4ed1afea32 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -254,7 +254,6 @@ int main(argc, argv)
        }
 
        /* add the shell as argv[0] */
-       /* XXX - doesn't deal with "" meaning bourne shell */
        if (user_shell && *user_shell) {
            if ((NewArgv[0] = strrchr(user_shell, '/') + 1) == (char *) 1)
                NewArgv[0] = user_shell;