]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Modify ap_open_logs (an internal function) to follow the hook open_logs
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 15 Sep 2002 22:04:01 +0000 (22:04 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 15 Sep 2002 22:04:01 +0000 (22:04 +0000)
commita32a75c59974c91662a2404541da2e9fbdabd45d
tree612603d509975289466615b042907f0cd6535a26
parenta381b0e524f4af359f48b098e7a0a025d91c3434
  Modify ap_open_logs (an internal function) to follow the hook open_logs
  argument schema so it can be directly invoked by the hook handler.  Also
  clean up the open_logs processing to return an error rather than simply
  exit()ing.

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