From: Ruediger Pluem Date: Wed, 21 Mar 2012 15:18:28 +0000 (+0000) Subject: * Fix changes in parameter names in function definitions done in r1303201 X-Git-Tag: 2.5.0-alpha~7330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ee35476b3a09d91d448f7ca9c19868efd1903dc;p=apache * Fix changes in parameter names in function definitions done in r1303201 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1303435 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_unix.c b/server/mpm_unix.c index 4a0de7b944..e8eeb0713e 100644 --- a/server/mpm_unix.c +++ b/server/mpm_unix.c @@ -100,7 +100,7 @@ AP_DECLARE(int) ap_unregister_extra_mpm_process(pid_t pid, ap_generation_t *old_ else { extras = cur->next; } - *gen = cur->gen; + *old_gen = cur->gen; free(cur); return 1; /* found */ } @@ -937,7 +937,7 @@ AP_DECLARE(apr_status_t) ap_fatal_signal_setup(server_rec *s, #endif /* NO_USE_SIGACTION */ - pconf = in_pconf; + pconf = pconf; parent_pid = my_pid = getpid(); return APR_SUCCESS;