1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-28 20:34:59 +03:00

* 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
This commit is contained in:
Ruediger Pluem
2012-03-21 15:18:28 +00:00
parent 2e728d6ee5
commit 2ee35476b3

View File

@@ -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;