Commit f09091e5 authored by Joe Orton's avatar Joe Orton
Browse files

* modules/mappers/mod_rewrite.c (hook_fixup): Fix syntax error.

Reviewed by: jorton, nd, trawick


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105451 13f79535-47bb-0310-9956-ffa450edef68
parent aadce17f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1484,8 +1484,8 @@ static int hook_fixup(request_rec *r)

    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);
    }

    /*