]> granicus.if.org Git - apache/commit
main core: Emit errors during the initial apr_app_initialize()
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2007 00:10:35 +0000 (00:10 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2007 00:10:35 +0000 (00:10 +0000)
commit8f63aa601c34f6b23549ba1b8693931aef568ccd
tree554435ccb48960e2efa32af26ef299fb53b6b4fc
parent2c1ba34b2a4651073f5426d2c30b89da06f24bc1
main core: Emit errors during the initial apr_app_initialize()
or apr_pool_create() (when apr-based error reporting is not ready).

This moves apr_app_initialize() into init_process (and indirects the
argv/argc parameters for this function) since the same error logging
is appropriate to either failure.

Note the change of the internal name create_process to init_process,
since create_process means something very different in apr-land.

(Replaces the misapplied commit r568762, already backed out).

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