]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Get rid of unnecessary apr_status_t variables in a couple of functions.
authorJeff Trawick <trawick@apache.org>
Sat, 3 Mar 2001 02:01:30 +0000 (02:01 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 3 Mar 2001 02:01:30 +0000 (02:01 +0000)
commit4798019ea4f0d1f8aada242b2b803f57780d9f0a
treee7ec8aec97c9dde571d2aec2c3d78131ce554a23
parent01dd97bd88456f62b5f44100aa5a935a56fdedb3
Get rid of unnecessary apr_status_t variables in a couple of functions.

In load_file(), use apr_dso_error() instead of apr_strerror() to build
an error message after a apr_dso_load() failure.

PR: 6980

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