From 25437cf313c32ee95dbdaa2ac2757399327eb8ed Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 8 Dec 2011 00:48:28 +0000 Subject: Look for man.cgi files in the cache, not under the volume path. --- cgi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cgi.c') diff --git a/cgi.c b/cgi.c index bdf303dc..109eb598 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.16 2011/12/07 16:18:52 kristaps Exp $ */ +/* $Id: cgi.c,v 1.17 2011/12/08 00:48:28 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -730,8 +730,8 @@ pg_show(const struct manpaths *ps, const struct req *req, char *path) else if (NULL == memchr(fn, '\0', val.size - (fn - cp))) resp_baddb(); else { - strlcpy(file, ps->paths[vol], MAXPATHLEN); - strlcat(file, "/", MAXPATHLEN); + strlcpy(file, cache, MAXPATHLEN); + strlcpy(file, "/", MAXPATHLEN); strlcat(file, fn, MAXPATHLEN); if (0 == strcmp(cp, "cat")) catman(file); -- cgit v1.2.3-56-ge451