mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUT
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -462,7 +462,7 @@ static apr_status_t run_cgi_child(apr_file_t **script_out,
|
||||
"couldn't create child process: %d: %s", rc, r->filename);
|
||||
}
|
||||
else {
|
||||
apr_pool_note_subprocess(p, procnew, kill_after_timeout);
|
||||
apr_pool_note_subprocess(p, procnew, APR_KILL_AFTER_TIMEOUT);
|
||||
|
||||
*script_in = procnew->out;
|
||||
if (!*script_in)
|
||||
|
Reference in New Issue
Block a user