From: Todd C. Miller Date: Mon, 1 Aug 1994 17:39:33 +0000 (+0000) Subject: removed an XXX X-Git-Tag: SUDO_1_3_1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c318d8ae4e43e93c1e51b6a6214713bd2857928;p=sudo removed an XXX --- diff --git a/find_path.c b/find_path.c index 0f0058a38..681239fb7 100644 --- a/find_path.c +++ b/find_path.c @@ -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));