]> granicus.if.org Git - apache/commit
fix an old misfeature: "BufferedLogs Off" would sort-of turn
authorJeff Trawick <trawick@apache.org>
Thu, 26 Feb 2004 20:15:26 +0000 (20:15 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 26 Feb 2004 20:15:26 +0000 (20:15 +0000)
commit3273ddb6de9f0251b783d03c6e00b68121ee5b5c
tree25f9f0f789c25e8f2f4ae29119433438987fcafe
parent7122d6ea3a4ec060794310a39c1e42b7be3c6edd
fix an old misfeature: "BufferedLogs Off" would sort-of turn
buffered logging on as it set the log writer to the buffered log
writer, though it would leave the are-logs-buffered flag off

this misfeature combined with recent mutex logic for buffered logs
led to a segfault with "BufferedLogs Off"

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