]> granicus.if.org Git - sudo/commitdiff
removed an XXX
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 1 Aug 1994 17:39:33 +0000 (17:39 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 1 Aug 1994 17:39:33 +0000 (17:39 +0000)
find_path.c

index 0f0058a380b9c5bc1fc984a66b9fc99f72aeb0ee..681239fb7c0f085ff6476d7a6d88b38505225ba4 100644 (file)
@@ -108,7 +108,6 @@ char *find_path(file)
     /*
      * do we need to search the path?
      */
-    /* XXX - check return val here? */
     if (strchr(file, '/'))
        return((char *) sudo_realpath(file, command));