enough to catch some preflight errors.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97461
13f79535-47bb-0310-9956-
ffa450edef68
/* This is the parent, we have a long way to go :-) */
parent_pid = my_pid = GetCurrentProcessId();
-
+
+ /* This behavior is voided by setting real_exit_code to 0 */
+ atexit(hold_console_open_on_error);
+
/* Rewrite process->argv[];
*
* strip out -k signal into signal_arg
*/
pconf = pconf_;
- /* This behavior is voided by setting real_exit_code to 0 */
- atexit(hold_console_open_on_error);
-
if (ap_exists_config_define("ONE_PROCESS") ||
ap_exists_config_define("DEBUG"))
one_process = -1;