Module Name: src Committed By: martin Date: Thu Jun 27 12:20:08 UTC 2013
Modified Files: src/libexec/httpd: bozohttpd.c Log Message: Fix copy&pasto in debug output To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/libexec/httpd/bozohttpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/libexec/httpd/bozohttpd.c diff -u src/libexec/httpd/bozohttpd.c:1.36 src/libexec/httpd/bozohttpd.c:1.37 --- src/libexec/httpd/bozohttpd.c:1.36 Thu Jun 27 11:02:20 2013 +++ src/libexec/httpd/bozohttpd.c Thu Jun 27 12:20:08 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: bozohttpd.c,v 1.36 2013/06/27 11:02:20 martin Exp $ */ +/* $NetBSD: bozohttpd.c,v 1.37 2013/06/27 12:20:08 martin Exp $ */ /* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */ @@ -924,7 +924,7 @@ check_direct_access(bozo_httpreq_t *requ char dir[MAXPATHLEN], dirfile[MAXPATHLEN], *basename; snprintf(dir, sizeof(dir), "%s", request->hr_file + 1); - debug((request->hr_httpd, DEBUG_FAT, "check_bzredirect: dir %s", dir)); + debug((request->hr_httpd, DEBUG_FAT, "check_direct_access: dir %s", dir)); basename = strrchr(dir, '/'); if ((!basename || basename[1] != '\0') &&