]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Modify a couple of calls to ap_log_error with a NULL server to use
authorRyan Bloom <rbb@apache.org>
Tue, 2 Jan 2001 01:34:05 +0000 (01:34 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 2 Jan 2001 01:34:05 +0000 (01:34 +0000)
commitc728ad90d91b40cf260a337eea0e310284a405e8
tree3756f6bed1f47ceadbc7b4ed95731e7b945e1424
parentb8939e98875f0068ce9c4b94d4fefaaf5459cdd1
Modify a couple of calls to ap_log_error with a NULL server to use
ap_log_perror, and pass a pool.  The keeps us from seg faulting if the
error log hasn't been opened yet.

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