]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r170441, r170573, r170719 from trunk:
authorJoe Orton <jorton@apache.org>
Thu, 4 Aug 2005 09:35:38 +0000 (09:35 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 4 Aug 2005 09:35:38 +0000 (09:35 +0000)
commit65a3778d51a56ab6057621700d05f93d164821e5
treeab6fcd75186ee6e6734bf5b6c26cf18891fb6e7e
parent0f43b91103e80c559680792c6fbfe58b31c64c00
Merge r170441, r170573, r170719 from trunk:

* server/log.c (piped_log_spawn): Return the APR error code,
as expected by piped_log_maintenance (and fixing "Unknown
error" messages in error path there).
(ap_open_piped_log): Expect an APR error code.

* server/log.c (ap_open_piped_log): Remove errno handling.

* server/log.c (piped_log_spawn): Don't leak an fd for each
invocation.

Reviewed by: jorton, trawick, wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227329 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
server/log.c