> @@ -937,7 +937,7 @@ AP_DECLARE(apr_status_t) ap_fatal_signal > > #endif /* NO_USE_SIGACTION */ > > - pconf = in_pconf; > + pconf = pconf; > parent_pid = my_pid = getpid();
Doesn't the parameter name need to be changed back?
> @@ -937,7 +937,7 @@ AP_DECLARE(apr_status_t) ap_fatal_signal > > #endif /* NO_USE_SIGACTION */ > > - pconf = in_pconf; > + pconf = pconf; > parent_pid = my_pid = getpid();
Doesn't the parameter name need to be changed back?