]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Thanks Ryan for cleaning up after my laziness. :) Here are just a few
authorCliff Woolley <jwoolley@apache.org>
Thu, 30 May 2002 00:35:25 +0000 (00:35 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 30 May 2002 00:35:25 +0000 (00:35 +0000)
commit8ad4ce4d76b033f7b58cf8d82207b3b6d1edb1e3
treefe466587f4dfcb9817305daac1aa575c1d980951
parent18e58091f7b4ad67c67b0b5143761cf9ec8f018c
Thanks Ryan for cleaning up after my laziness.  :)  Here are just a few
last little changes.  ->datafile should be initialized... but doing so
brings up the fact that the check in run_rewritemap_programs() was
expecting ->datafile to have a string attached to it.  For clarity,
let's just use argv[0] there.  And since we've reinstated the use of
->checkfile, we no longer need that extra apr_stat() I hacked in,
so let's get rid of it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95375 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c