]> granicus.if.org Git - apache/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)
commit501eb405ecfb72ae1b7253ce7d306e82a29f286f
treee7ec8aec97c9dde571d2aec2c3d78131ce554a23
parent3f1bfe5dbc6c4a4c1fd708332b3e7e4f96f3806d
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