]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We have a pool in this function, and log_error_core needs a pool in order
authorRyan Bloom <rbb@apache.org>
Sun, 31 Dec 2000 23:41:07 +0000 (23:41 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 31 Dec 2000 23:41:07 +0000 (23:41 +0000)
commit2af4c27d36167fdcd67422a2af2e410e6ada3ce2
tree902721141052af2c0b612657917149572b456d15
parente417013fbc8de81a113578e30a2a453e40e04726
We have a pool in this function, and log_error_core needs a pool in order
to open stderr successfully.  By using ap_log_perror, we can pass a valid
pool down to log_error_core

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87561 13f79535-47bb-0310-9956-ffa450edef68
server/log.c