Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd Fix copy&pasto in debug output



details:   https://anonhg.NetBSD.org/src/rev/c5398298dafb
branches:  trunk
changeset: 787637:c5398298dafb
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jun 27 12:20:08 2013 +0000

description:
Fix copy&pasto in debug output

diffstat:

 libexec/httpd/bozohttpd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 98918b85040b -r c5398298dafb libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Thu Jun 27 11:02:20 2013 +0000
+++ b/libexec/httpd/bozohttpd.c Thu Jun 27 12:20:08 2013 +0000
@@ -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 @@
        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') &&



Home | Main Index | Thread Index | Old Index