]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Don't segfault if the filter doesn't have any request config prepared.
authorJeff Trawick <trawick@apache.org>
Wed, 25 Oct 2000 16:49:14 +0000 (16:49 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 25 Oct 2000 16:49:14 +0000 (16:49 +0000)
commitf873925c77e3ff6f06bfd3c5b275573d0800b0c3
tree06f6b3bdaecda31b8db826c84e71f10342a19b29
parent3405c7a590bd297ca1a5463a57b37182f3d0d565
Don't segfault if the filter doesn't have any request config prepared.
This can happen when the config doesn't tell us to do anything but the
administrator coded us in Add{Input|Output}Filter.  Instead of segfaulting,
we turn into a noop.

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