Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 68516 invoked from network); 14 Oct 2004 10:18:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Oct 2004 10:18:05 -0000 Received: (qmail 58511 invoked by uid 500); 14 Oct 2004 10:18:04 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 58397 invoked by uid 500); 14 Oct 2004 10:18:03 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 58375 invoked by uid 500); 14 Oct 2004 10:18:02 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 58364 invoked by uid 99); 14 Oct 2004 10:18:02 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 14 Oct 2004 03:18:02 -0700 Received: (qmail 68471 invoked by uid 1582); 14 Oct 2004 10:18:00 -0000 Date: 14 Oct 2004 10:18:00 -0000 Message-ID: <20041014101800.68470.qmail@minotaur.apache.org> From: jorton@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/mappers mod_rewrite.c X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jorton 2004/10/14 03:18:00 Modified: modules/mappers Tag: APACHE_2_0_BRANCH mod_rewrite.c Log: * modules/mappers/mod_rewrite.c (hook_fixup): Fix syntax error. Reviewed by: jorton, nd, trawick Revision Changes Path No revision No revision 1.135.2.34 +2 -2 httpd-2.0/modules/mappers/mod_rewrite.c Index: mod_rewrite.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_rewrite.c,v retrieving revision 1.135.2.33 retrieving revision 1.135.2.34 diff -d -w -u -r1.135.2.33 -r1.135.2.34 --- mod_rewrite.c 13 Oct 2004 17:23:12 -0000 1.135.2.33 +++ mod_rewrite.c 14 Oct 2004 10:18:00 -0000 1.135.2.34 @@ -1484,8 +1484,8 @@ if (r->filename == NULL) { r->filename = apr_pstrdup(r->pool, r->uri); - rewritelog((r, 2, "init rewrite engine with requested uri %s", - r->filename)); + rewritelog(r, 2, "init rewrite engine with requested uri %s", + r->filename); } /*