]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Error log providers need to be able to trigger a startup error from their
authorJeff Trawick <trawick@apache.org>
Fri, 27 Sep 2013 17:52:13 +0000 (17:52 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 27 Sep 2013 17:52:13 +0000 (17:52 +0000)
commite03c7bb48188d2b5532ba530061cd80327000c1b
tree3fe3b79c974ed4ae79cb89db4fbc46244fa71c03
parentee48c787670d96989198602d7a78e1bfc528a06e
Error log providers need to be able to trigger a startup error from their
init() function.  A NULL return code is the trigger.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1527003 13f79535-47bb-0310-9956-ffa450edef68
include/http_core.h
modules/loggers/mod_syslog.c
server/log.c